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
This commit is contained in:
Yifan Hong 2021-10-26 10:55:19 -07:00
parent 52ecb3f421
commit b47f676008

View file

@ -26,6 +26,7 @@ aidl_interface {
sdk_version: "module_current",
},
ndk: {
separate_platform_variant: false,
vndk: {
enabled: true,
},