diff --git a/arm/Android.bp b/arm/Android.bp index 4abb557..3d49628 100644 --- a/arm/Android.bp +++ b/arm/Android.bp @@ -3,6 +3,9 @@ // This file is generated by device/gapps/arm/setup-makefiles.sh soong_namespace { + imports: [ + "vendor/gapps/common", + ], } android_app_import { diff --git a/arm64/Android.bp b/arm64/Android.bp index d843218..e3684d2 100644 --- a/arm64/Android.bp +++ b/arm64/Android.bp @@ -3,6 +3,9 @@ // This file is generated by device/gapps/arm64/setup-makefiles.sh soong_namespace { + imports: [ + "vendor/gapps/common", + ], } android_app_import { diff --git a/common/Android.bp b/common/Android.bp index a6bdfc3..357f6ba 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -3,6 +3,8 @@ // This file is generated by device/gapps/common/setup-makefiles.sh soong_namespace { + imports: [ + ], } android_app_import { diff --git a/x86/Android.bp b/x86/Android.bp index 7ddee60..e8f2650 100644 --- a/x86/Android.bp +++ b/x86/Android.bp @@ -3,6 +3,9 @@ // This file is generated by device/gapps/x86/setup-makefiles.sh soong_namespace { + imports: [ + "vendor/gapps/common", + ], } android_app_import { diff --git a/x86_64/Android.bp b/x86_64/Android.bp index 632389b..5786dd4 100644 --- a/x86_64/Android.bp +++ b/x86_64/Android.bp @@ -3,6 +3,9 @@ // This file is generated by device/gapps/x86_64/setup-makefiles.sh soong_namespace { + imports: [ + "vendor/gapps/common", + ], } android_app_import {