mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a20: Setup soong_namespace
This commit is contained in:
parent
8ac55b9fa3
commit
b3803a188b
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 {
|
||||||
|
}
|
||||||
|
|
@ -13,3 +13,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||||
# Display resolution
|
# Display resolution
|
||||||
TARGET_SCREEN_HEIGHT := 1560
|
TARGET_SCREEN_HEIGHT := 1560
|
||||||
TARGET_SCREEN_WIDTH := 720
|
TARGET_SCREEN_WIDTH := 720
|
||||||
|
|
||||||
|
# Soong namespaces
|
||||||
|
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue