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:
parent
762286723a
commit
b3f22ca48b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ type LibraryProperties struct {
|
|||
Sysprop struct {
|
||||
// Whether platform owns this sysprop library.
|
||||
Platform *bool
|
||||
}
|
||||
} `blueprint:"mutated"`
|
||||
|
||||
Static_ndk_lib *bool
|
||||
|
||||
|
|
Loading…
Reference in a new issue