projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ecd01e
)
exynos9610: Include local soong namespace
author
Nolen Johnson
<johnsonnolen@gmail.com>
Sat, 5 Nov 2022 05:03:59 +0000
(
01:03
-0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Sat, 5 Nov 2022 05:03:59 +0000
(
01:03
-0400)
Change-Id: Ibf9779e92d181dae2d4aa729622c784afdef317a
common.mk
patch
|
blob
|
blame
|
history
diff --git
a/common.mk
b/common.mk
index 98ea7a1a17875a0727152929e0c781f15917a353..81e5f3c8ccc389a30d6151d137cbad0a1ebe37d4 100644
(file)
--- a/
common.mk
+++ b/
common.mk
@@
-352,6
+352,10
@@
PRODUCT_PACKAGES += \
# Shipping API
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
+# Soong namespaces
+PRODUCT_SOONG_NAMESPACES += \
+ $(LOCAL_PATH)
+
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \