mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Use Soong namespace to avoid device build conflicts
Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
d19392cdc2
commit
dd143a88a3
2 changed files with 5 additions and 0 deletions
2
Android.bp
Normal file
2
Android.bp
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
soong_namespace {
|
||||||
|
}
|
||||||
|
|
@ -67,6 +67,9 @@ BOARD_FLASH_BLOCK_SIZE := 131072
|
||||||
# Properties
|
# Properties
|
||||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||||
|
|
||||||
|
# Soong namespaces
|
||||||
|
PRODUCT_SOONG_NAMESPACES += $(COMMON_PATH)
|
||||||
|
|
||||||
# Vendor
|
# Vendor
|
||||||
TARGET_COPY_OUT_VENDOR := vendor
|
TARGET_COPY_OUT_VENDOR := vendor
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue