From a3b9bda6ae693c6dbaf66dc4d5776e08be7b7356 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Thu, 24 Mar 2022 19:22:09 +0900 Subject: [PATCH] universal7885: BoardConfig: Drop useless flag * A simple test on Android src root: $ grep -Ril TARGET_LMKD_STATS_LOG device/google/coral/device.mk device/google/bonito/device.mk device/google/sunfish/device.mk device/google/redbull/device-common.mk build/make/target/board/BoardConfigMainlineCommon.mk $ echo "Therefore useless" * Also, drop warning flag while building derp, it was only for testing and should be removed. How building a ROM is a warning ? Change-Id: I24680995dc5ce5285a22b4cf90e6c84884e032bd Signed-off-by: roynatech2544 --- universal7885-common/BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index cbfc6f0..34f9f6f 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -63,9 +63,6 @@ KERNEL_LD := LD=ld.lld # HIDL include device/samsung/universal7885-common/configs/vintf/manifest.mk -# LMKD stats logging -TARGET_LMKD_STATS_LOG := true - # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736 BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 @@ -98,7 +95,6 @@ BOARD_VENDOR_SEPOLICY_DIRS += \ TARGET_ROM := $(shell cat $(COMMON_PATH)/vendor_name) ifeq ($(TARGET_ROM), derp) -$(warning Building Derpfest) BOARD_VENDOR_SEPOLICY_DIRS += \ $(COMMON_PATH)/sepolicy/derp endif