M7350/system/core/Makefile.am
2024-09-09 08:52:07 +00:00

11 lines
200 B
Makefile
Executable File

BUILD_COMPONENTS :=
if USELIBCUTILS
BUILD_COMPONENTS += libcutils
endif
BUILD_COMPONENTS += liblog logcat libzipfile
BUILD_COMPONENTS += adb libmincrypt fastboot usb
SUBDIRS := $(BUILD_COMPONENTS)