a20: Setup soong_namespace

This commit is contained in:
royna2544 2025-04-03 20:26:10 +09:00
commit b3803a188b
2 changed files with 5 additions and 0 deletions

2
Android.bp Normal file
View file

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

View file

@ -13,3 +13,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
# Display resolution
TARGET_SCREEN_HEIGHT := 1560
TARGET_SCREEN_WIDTH := 720
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)