Browse Source

Regenerate makefiles

LuK1337 1 year ago
parent
commit
44ce52ae00
5 changed files with 14 additions and 0 deletions
  1. 3 0
      arm/Android.bp
  2. 3 0
      arm64/Android.bp
  3. 2 0
      common/Android.bp
  4. 3 0
      x86/Android.bp
  5. 3 0
      x86_64/Android.bp

+ 3 - 0
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 {

+ 3 - 0
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 {

+ 2 - 0
common/Android.bp

@@ -3,6 +3,8 @@
 // This file is generated by device/gapps/common/setup-makefiles.sh
 
 soong_namespace {
+	imports: [
+	],
 }
 
 android_app_import {

+ 3 - 0
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 {

+ 3 - 0
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 {