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

Merge commit 'f6d415805511bb938a2b6ce2b1ee22a184b3f2bb' into kraken

* commit 'f6d415805511bb938a2b6ce2b1ee22a184b3f2bb':
  Add makefile so package manager test apks can get buitl from root.
This commit is contained in:
Brett Chabot
2010-04-06 17:44:33 -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))