commit | b3f22ca48b50e6a598b548a6b7e0bf7f8ed7034c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Mar 05 12:40:24 2019 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Mar 05 03:45:41 2019 +0000 |
tree | f19f81e3ee3d63d469e3f0f4174ca4f0c10b5e16 | |
parent | 762286723a2b14e382e24cd1076a80721e4cb605 [diff] [blame] |
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
diff --git a/cc/library.go b/cc/library.go index c23f26b..cf18ebf 100644 --- a/cc/library.go +++ b/cc/library.go
@@ -70,7 +70,7 @@ Sysprop struct { // Whether platform owns this sysprop library. Platform *bool - } + } `blueprint:"mutated"` Static_ndk_lib *bool