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

Merge commit '0990511f3fe7653dabc7cc0e801f65aa2a1a59f6' into froyo-plus-aosp

* commit '0990511f3fe7653dabc7cc0e801f65aa2a1a59f6':
  Add makefile so package manager test apks can get buitl from root.
This commit is contained in:
Brett Chabot
2010-04-06 17:36:49 -07:00
committed by Android Git Automerger

View File

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