commit | 7236c3ad7ff01dd5ece14a2cabbf5ce3a570d793 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:32:44 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:32:44 2009 -0800 |
tree | 18cc63123d5b6198973cd168448ee34def58a49a | |
parent | 9812a61b6cc6a630b836d3c4d3a1a95ae25e3abb [diff] [blame] |
auto import from //depot/cupcake/@135843
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..2b16664 --- /dev/null +++ b/Android.mk
@@ -0,0 +1,13 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := user development + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_JAVA_LIBRARIES := + +LOCAL_PACKAGE_NAME := TelephonyProvider +LOCAL_CERTIFICATE := platform + +include $(BUILD_PACKAGE)