From 1650ba5854abed8c0dc3979273d86e4b718b39a4 Mon Sep 17 00:00:00 2001 From: pix106 Date: Sun, 24 Oct 2021 05:30:41 +0200 Subject: [PATCH] Revert "sdm660-common: Still use BUILD_COPY_HEADERS" This reverts commit ee0b64d99d2c17375e0116a799a663be89c2a9f0. Signed-off-by: pix106 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 03ef37ab..5f5b3ac9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -36,7 +36,6 @@ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" # Broken Files/Headers BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true -BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true BUILD_BROKEN_MISSING_REQUIRED_MODULES := true BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true RELAX_USES_LIBRARY_CHECK := true