Set apex_available property am: 5390bee3f4
am: 4cf8b21427
Change-Id: If1b74e9b8985f2f46cc32673fc8c40ad1705e695
This commit is contained in:
commit
f7dcec60f0
|
@ -13,6 +13,10 @@ cc_library_headers {
|
|||
enabled: true,
|
||||
},
|
||||
},
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
@ -52,4 +56,8 @@ cc_library {
|
|||
"-Werror",
|
||||
"-Wexit-time-destructors",
|
||||
],
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue