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 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-03-24 19:22:09 +09:00
commit a3b9bda6ae
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -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