Import the soong namespace hardware/google/pixel am: 923ea6cb43 am: 4947b8dc10

am: 29af28099e

Change-Id: Ic39852cc09855b291941692affecb9363428c99c
This commit is contained in:
Tianjie Xu
2019-12-02 15:52:03 -08:00
committed by android-build-merger
2 changed files with 8 additions and 0 deletions

5
Android.bp Normal file
View File

@@ -0,0 +1,5 @@
soong_namespace {
imports: [
"hardware/google/pixel",
],
}

View File

@@ -20,6 +20,9 @@ PRODUCT_AAPT_PREBUILT_DPI := xxhdpi xhdpi hdpi
PRODUCT_HARDWARE := walleye
# To build walleye specific modules e.g. librecovery_ui_walleye.
PRODUCT_SOONG_NAMESPACES += device/google/muskie
# DEVICE_PACKAGE_OVERLAYS for the device should be before
# including common overlays since the one listed first
# takes precedence.