4f4c10104e
create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58
7 lines
160 B
Makefile
7 lines
160 B
Makefile
# Build the unit tests.
|
|
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
# Build the manual test programs.
|
|
include $(call all-makefiles-under, $(LOCAL_PATH))
|