10 lines
245 B
Makefile
10 lines
245 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
|
|
|
include vendor/custom/overlay/overlay.mk
|
|
include vendor/custom/prebuilts/prebuilts.mk
|
|
RELAX_USES_LIBRARY_CHECK=true
|
|
|
|
# Debloater
|
|
PRODUCT_PACKAGES += \
|
|
Debloater
|