Loading core/config.mk +11 −0 Original line number Diff line number Diff line Loading @@ -625,6 +625,17 @@ RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcomp # Rules for QCOM targets include $(BUILD_SYSTEM)/qcom_target.mk # We might want to skip items listed in PRODUCT_COPY_FILES based on # various target flags. This is useful for replacing a binary module with one # built from source. This should be a list of destination files under $OUT # TARGET_COPY_FILES_OVERRIDES := \ $(addprefix %:, $(strip $(TARGET_COPY_FILES_OVERRIDES))) ifneq ($(TARGET_COPY_FILES_OVERRIDES),) PRODUCT_COPY_FILES := $(filter-out $(TARGET_COPY_FILES_OVERRIDES), $(PRODUCT_COPY_FILES)) endif ifneq ($(CM_BUILD),) ## We need to be sure the global selinux policies are included ## last, to avoid accidental resetting by device configs Loading Loading
core/config.mk +11 −0 Original line number Diff line number Diff line Loading @@ -625,6 +625,17 @@ RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcomp # Rules for QCOM targets include $(BUILD_SYSTEM)/qcom_target.mk # We might want to skip items listed in PRODUCT_COPY_FILES based on # various target flags. This is useful for replacing a binary module with one # built from source. This should be a list of destination files under $OUT # TARGET_COPY_FILES_OVERRIDES := \ $(addprefix %:, $(strip $(TARGET_COPY_FILES_OVERRIDES))) ifneq ($(TARGET_COPY_FILES_OVERRIDES),) PRODUCT_COPY_FILES := $(filter-out $(TARGET_COPY_FILES_OVERRIDES), $(PRODUCT_COPY_FILES)) endif ifneq ($(CM_BUILD),) ## We need to be sure the global selinux policies are included ## last, to avoid accidental resetting by device configs Loading