OSDN Git Service

Import revised translations
[android-x86/packages-apps-DeskClock.git] / Android.mk
index 8db1048..df29850 100644 (file)
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE_TAGS := optional
 
-LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
 LOCAL_PACKAGE_NAME := DeskClock
 
@@ -12,3 +12,6 @@ LOCAL_OVERRIDES_PACKAGES := AlarmClock
 LOCAL_SDK_VERSION := current
 
 include $(BUILD_PACKAGE)
+
+# Use the following include to make our test apk.
+include $(call all-makefiles-under,$(LOCAL_PATH))