Import the soong namespace hardware/google/pixel

So we can use the libmisc_writer under pixel.

Bug: 131775112
Test: build
Change-Id: Ia28c0d01e4a32c489cc0f3b2cce6ce1eccefe3a3
This commit is contained in:
Tianjie Xu
2019-11-13 16:06:18 -08:00
parent 06ff813fcc
commit 473d4e0316
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 := xxxhdpi xxhdpi xhdpi hdpi
PRODUCT_HARDWARE := taimen
# To build taimen specific modules e.g. librecovery_ui_taimen.
PRODUCT_SOONG_NAMESPACES += device/google/taimen
# DEVICE_PACKAGE_OVERLAYS for the device should be before
# including common overlays since the one listed first
# takes precedence.