projects
/
GitHub
/
exynos8895
/
android_device_samsung_universal8895-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0430d03
)
universal8895: build updateable apex
author
Michael Benedict
<michaelbt@live.com>
Sat, 5 Oct 2019 10:15:46 +0000
(20:15 +1000)
committer
Jan Altensen
<info@stricted.net>
Sun, 19 Jan 2020 07:53:30 +0000
(08:53 +0100)
Signed-off-by: Michael Benedict <michaelbt@live.com>
device-common.mk
patch
|
blob
|
blame
|
history
diff --git
a/device-common.mk
b/device-common.mk
index 9fb13b84facdcd1bcf5e885f42b169a3e7884b95..7c86cebd02b943412bdf77cc24f3508aa297238e 100644
(file)
--- a/
device-common.mk
+++ b/
device-common.mk
@@
-298,5
+298,8
@@
PRODUCT_PACKAGES += \
# Properties
-include $(LOCAL_PATH)/system_prop.mk
+# Apex
+$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
+
# call the proprietary setup
$(call inherit-product, vendor/samsung/universal8895-common/universal8895-common-vendor.mk)