OSDN Git Service

rectify build files.
authorTsu Chiang Chuang <tsu@google.com>
Fri, 17 Jun 2011 18:26:15 +0000 (11:26 -0700)
committerTsu Chiang Chuang <tsu@google.com>
Fri, 17 Jun 2011 19:11:23 +0000 (12:11 -0700)
Change-Id: I138ac7805cb045f960e32193bad95a73cd8b063e

Android.mk
tests/Android.mk

index 844f052..980d0e2 100644 (file)
@@ -35,6 +35,6 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
 
 include $(BUILD_PACKAGE)
 
-include $(call all-subdir-makefiles)
+include $(call all-makefiles-under,$(LOCAL_PATH))
 
 endif
index 84e9559..e33169c 100644 (file)
@@ -12,4 +12,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-include $(call all-subdir-makefiles)
+LOCAL_PATH := $(call my-dir)
+include $(call all-makefiles-under,$(LOCAL_PATH))