summaryrefslogtreecommitdiff
path: root/device_32.mk
diff options
context:
space:
mode:
authorFengwei Yin <fengwei.yin@linaro.org>2016-02-18 21:27:36 +0800
committerFengwei Yin <fengwei.yin@linaro.org>2016-02-20 17:03:37 +0800
commitc2602c5d8d77d5cb0a8e40e5162cec76c4a209e6 (patch)
tree57e7f117de47bd7129c5be056169f82bda3389f6 /device_32.mk
parent9edc02d4c644ee43c94ea26305ef4e4a01b71667 (diff)
Change the base mk file
Diffstat (limited to 'device_32.mk')
-rw-r--r--device_32.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device_32.mk b/device_32.mk
index e161201..c26b7d6 100644
--- a/device_32.mk
+++ b/device_32.mk
@@ -14,7 +14,8 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
PRODUCT_NAME := $(TARGET_PRODUCT)
PRODUCT_DEVICE := $(TARGET_PRODUCT)
@@ -25,6 +26,7 @@ PRODUCT_PACKAGES += \
libGLES_mesa \
libGLES_android \
hwcomposer.drm \
+ libgabi++ \
gralloc.drm
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\