summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2011-12-07 23:39:53 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2011-12-07 23:39:53 +0800
commit56b4d15e4d8232827ebe5cfa723434eda348516d (patch)
treefff70a121dea1e7be977e1e75a5623b023d0b204
parent6718cac02cb356b790039cdbb22f2430860977c1 (diff)
common.mk: add mediaframeworktest package to PRODUCT_PACKAGES
add mediaframeworktest to PRODUCT_PACKAGES, so that it can be installed into images when building The blueprint is below: https://blueprints.launchpad.net/lava-android-test/+spec/lava-android-test-run-mmtest-in-lava Change-Id: If7158594d963591eb6b7de553862ff3698eea2be Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e690482..c4bdb07 100644
--- a/common.mk
+++ b/common.mk
@@ -38,6 +38,7 @@ PRODUCT_PACKAGES := \
LiveWallpapersPicker \
MagicSmokeWallpapers \
VisualizationWallpapers \
- librs_jni
+ librs_jni \
+ mediaframeworktest
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)