11 lines
200 B
Makefile
Executable File
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)
|