Use Soong namespace to avoid device build conflicts

Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39
This commit is contained in:
Ethan Chen 2018-10-02 13:51:03 +02:00 committed by Peter Cai
parent 9ca6480937
commit 25ea0602ca
2 changed files with 6 additions and 0 deletions

3
Android.bp Normal file
View File

@ -0,0 +1,3 @@
soong_namespace {
}

View File

@ -19,6 +19,9 @@ PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
# Relaxed artifact requirements (mirror AOSP GSI)
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += device/peter/gsi
# Optional setupwizard
PRODUCT_PROPERTY_OVERRIDES += \
ro.setupwizard.mode=OPTIONAL