From 44ce52ae0079f316449d3864e9f60ee6caf88beb Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 23 Feb 2024 18:14:32 +0100 Subject: [PATCH] Regenerate makefiles --- arm/Android.bp | 3 +++ arm64/Android.bp | 3 +++ common/Android.bp | 2 ++ x86/Android.bp | 3 +++ x86_64/Android.bp | 3 +++ 5 files changed, 14 insertions(+) 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 {