Merge "Add makefile so package manager test apks can get buitl from root." into froyo

This commit is contained in:
Brett Chabot
2010-04-06 16:31:14 -07:00
committed by Android (Google) Code Review

View File

@@ -0,0 +1,5 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# build sub packages
include $(call all-makefiles-under,$(LOCAL_PATH))