summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit088073e6787fca4bfc68d6b04a5e887a03faf745 (patch)
tree47ae03b80214e7b82791cac1aade88a718e3643e /Android.mk
downloadandroid_packages_apps_PackageInstaller-088073e6787fca4bfc68d6b04a5e887a03faf745.tar.gz
android_packages_apps_PackageInstaller-088073e6787fca4bfc68d6b04a5e887a03faf745.tar.bz2
android_packages_apps_PackageInstaller-088073e6787fca4bfc68d6b04a5e887a03faf745.zip
Initial Contribution
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 00000000..1362d039
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := user development
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_PACKAGE_NAME := PackageInstaller
+LOCAL_CERTIFICATE := platform
+
+include $(BUILD_PACKAGE)