commit | b47f676008a5157eae8eafd846b76dafd817930d | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Oct 26 10:55:19 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Oct 26 11:03:03 2021 -0700 |
tree | d91ef9e1aac99069ca282485e3d074a647639b1a | |
parent | 52ecb3f421aef38572898473d28887ab85b34fc1 [diff] [blame] |
health: separate_platform_variant = false Disable the generation of ndk_platform variant during the ndk_platform -> ndk migration. Test: builds Bug: 177269435 Change-Id: I467eaee53542b152df1d398a8f044eb42fd01772
diff --git a/health/aidl/Android.bp b/health/aidl/Android.bp index 940e4d8..3a11e64 100644 --- a/health/aidl/Android.bp +++ b/health/aidl/Android.bp
@@ -26,6 +26,7 @@ sdk_version: "module_current", }, ndk: { + separate_platform_variant: false, vndk: { enabled: true, },