Merge "Support platform_apis property"
am: 47ec6df851
Change-Id: Ia2d6fd71e2a2a6b64b9c8a81a7d32848bdb23364
This commit is contained in:
@@ -179,6 +179,8 @@ func init() {
|
||||
"LOCAL_DEX_PREOPT": "dex_preopt.enabled",
|
||||
"LOCAL_DEX_PREOPT_APP_IMAGE": "dex_preopt.app_image",
|
||||
"LOCAL_DEX_PREOPT_GENERATE_PROFILE": "dex_preopt.profile_guided",
|
||||
|
||||
"LOCAL_PRIVATE_PLATFORM_APIS": "platform_apis",
|
||||
})
|
||||
}
|
||||
|
||||
|
@@ -171,6 +171,9 @@ type CompilerDeviceProperties struct {
|
||||
// if not blank, set to the version of the sdk to compile against
|
||||
Sdk_version *string
|
||||
|
||||
// if true, compile against the platform APIs instead of an SDK.
|
||||
Platform_apis *bool
|
||||
|
||||
Aidl struct {
|
||||
// Top level directories to pass to aidl tool
|
||||
Include_dirs []string
|
||||
|
Reference in New Issue
Block a user