From b47f676008a5157eae8eafd846b76dafd817930d Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 26 Oct 2021 10:55:19 -0700 Subject: [PATCH] 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 --- health/aidl/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/health/aidl/Android.bp b/health/aidl/Android.bp index 940e4d86ad..3a11e644e1 100644 --- a/health/aidl/Android.bp +++ b/health/aidl/Android.bp @@ -26,6 +26,7 @@ aidl_interface { sdk_version: "module_current", }, ndk: { + separate_platform_variant: false, vndk: { enabled: true, },