projects
/
GitHub
/
LineageOS
/
android_device_samsung_universal7580-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
177cd4b
)
universal7580: Set PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true
author
LuK1337
<priv.luk@gmail.com>
Tue, 22 Sep 2020 08:15:09 +0000
(10:15 +0200)
committer
Jan Altensen
<info@stricted.net>
Fri, 25 Sep 2020 06:07:50 +0000
(08:07 +0200)
* Apparently this is now required on all non full treble devices since
google added a sleep(1) in libhidl...
Change-Id: I6d8492dd7c56bfdb2ca00f3477634a46fa55b1c0
BoardConfigCommon.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfigCommon.mk
b/BoardConfigCommon.mk
index 49a2add960780fa94d35a0f6452b17e564805637..7b97beee331093ff22bcfaba48ec5d5a134b8462 100644
(file)
--- a/
BoardConfigCommon.mk
+++ b/
BoardConfigCommon.mk
@@
-183,6
+183,9
@@
BOARD_SEPOLICY_VERS := $(PLATFORM_SDK_VERSION).0
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
+# HIDL
+PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true
+
# Shim
TARGET_LD_SHIM_LIBS += \
/system/bin/mediaserver|/system/lib/libstagefright_shim.so \