11 lines
200 B
Makefile
11 lines
200 B
Makefile
|
BUILD_COMPONENTS :=
|
||
|
|
||
|
if USELIBCUTILS
|
||
|
BUILD_COMPONENTS += libcutils
|
||
|
endif
|
||
|
BUILD_COMPONENTS += liblog logcat libzipfile
|
||
|
|
||
|
BUILD_COMPONENTS += adb libmincrypt fastboot usb
|
||
|
|
||
|
SUBDIRS := $(BUILD_COMPONENTS)
|