forked from openkylin/platform_build
Add vendor_dlkm/etc/build.prop
Test: builds and manual inspect Bug: 156020364 Change-Id: Ic7606bc3cd8770ec56ddc7bea86c88625c38f32d
This commit is contained in:
parent
e51dff25ec
commit
51a971b1d5
|
@ -392,6 +392,15 @@ $(eval $(call build-properties,\
|
|||
$(_prop_vars_),\
|
||||
$(empty)))
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# vendor_dlkm/etc/build.prop
|
||||
#
|
||||
|
||||
INSTALLED_VENDOR_DLKM_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR_DLKM)/etc/build.prop
|
||||
$(eval $(call build-properties,\
|
||||
vendor_dlkm,\
|
||||
$(INSTALLED_VENDOR_DLKM_BUILD_PROP_TARGET)))
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# system_ext/etc/build.prop
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue