Add blueprint:mutated to sysprop properties

Because this flag is used internally by sysprop_library.

Bug: N/A
Test: m -j
Test: build cc_library with setting sysprop property and fail
Change-Id: I478889b8923f99407a067e5b9efee9322c3e5ae8
This commit is contained in:
Inseob Kim 2019-03-05 12:40:24 +09:00
parent 762286723a
commit b3f22ca48b

View file

@ -70,7 +70,7 @@ type LibraryProperties struct {
Sysprop struct {
// Whether platform owns this sysprop library.
Platform *bool
}
} `blueprint:"mutated"`
Static_ndk_lib *bool