From b6c4e597359472a796b5a5bafe2b0e3151eff1e1 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Wed, 12 Aug 2015 19:44:34 +0800 Subject: common-device.mk: integrate Dev Tools application Change-Id: I036cfd9bd545dd399914a1b69dac816ccfb1408f Signed-off-by: Yongqin Liu --- common-device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common-device.mk b/common-device.mk index a0b3c93..9c327d4 100644 --- a/common-device.mk +++ b/common-device.mk @@ -20,6 +20,9 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ # so that to enable mediaplayback PRODUCT_COPY_FILES += device/linaro/build/media_codecs.xml:system/etc/media_codecs.xml +# Integrate the dev tools application +PRODUCT_PACKAGES += Development DevelopmentSettings + ifeq ($(INCLUDE_TESTS), 1) # integrate tests that will not be integrated by default $(call inherit-product-if-exists, device/linaro/build/extra-and-tests.mk) -- cgit v1.2.3