Merge "Add makefile so package manager test apks can get buitl from root." into froyo
This commit is contained in:
5
core/tests/coretests/apks/Android.mk
Normal file
5
core/tests/coretests/apks/Android.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# build sub packages
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
Reference in New Issue
Block a user