backtrace: Set min_sdk_version
Modules contributing mainline modules (APK/APEX) should set min_sdk_version as well as apex_available. For now setting min_sdk_version doesn't change build outputs. But build-time checks will be added soon. Bug: 152655956 Test: m Change-Id: I9ff06ca47c8bc2cc5632ffb3494e4fb8eb79d5a3
This commit is contained in:
parent
63d363baea
commit
bc62a19448
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ cc_library_headers {
|
|||
"//apex_available:platform",
|
||||
"//apex_available:anyapex",
|
||||
],
|
||||
min_sdk_version: "apex_inherit",
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue