summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/common.mk b/common.mk
new file mode 100644
index 0000000..8865ef1
--- /dev/null
+++ b/common.mk
@@ -0,0 +1,29 @@
+# stuff common to all Linaro LEB
+include $(LOCAL_PATH)/ZeroXBenchmark.mk
+
+PRODUCT_PACKAGES := \
+ AccountAndSyncSettings \
+ AlarmClock \
+ AlarmProvider \
+ Bluetooth \
+ Calculator \
+ Calendar \
+ Camera \
+ CertInstaller \
+ DrmProvider \
+ Email \
+ Gallery3D \
+ LatinIME \
+ Mms \
+ Music \
+ Provision \
+ Settings \
+ Sync \
+ Updater \
+ CalendarProvider \
+ SyncProvider \
+ ZeroXBenchmark \
+ libmicro \
+ $(ZEROXBENCHMARK_NATIVE_APPS)
+
+$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)