mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
0131e98508
commit
a3b9bda6ae
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue