From b3803a188b3654a02ac33207b80216713f75082c Mon Sep 17 00:00:00 2001 From: royna2544 Date: Thu, 3 Apr 2025 20:26:10 +0900 Subject: [PATCH] a20: Setup soong_namespace --- Android.bp | 2 ++ device.mk | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Android.bp diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..9515b25 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +} diff --git a/device.mk b/device.mk index ae070cb..93338aa 100644 --- a/device.mk +++ b/device.mk @@ -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)