summaryrefslogtreecommitdiffstats
path: root/libstagefrighthw
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-03-08 19:10:38 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-08 19:10:38 -0800
commit972601d06a39b97d52b8572253fe4c1e8c251019 (patch)
treed719fece53c184e64799e400047db270ec075786 /libstagefrighthw
parent26385817b90c9ef0cb8bd983af997935ca8ced4c (diff)
parent95f81aa82a4c4b0cc6885867560bcb1c04f5d621 (diff)
downloaddevice_samsung_crespo-972601d06a39b97d52b8572253fe4c1e8c251019.zip
device_samsung_crespo-972601d06a39b97d52b8572253fe4c1e8c251019.tar.gz
device_samsung_crespo-972601d06a39b97d52b8572253fe4c1e8c251019.tar.bz2
am 95f81aa8: Add libstagefright to crespo4g product
* commit '95f81aa82a4c4b0cc6885867560bcb1c04f5d621': Add libstagefright to crespo4g product
Diffstat (limited to 'libstagefrighthw')
-rw-r--r--libstagefrighthw/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstagefrighthw/Android.mk b/libstagefrighthw/Android.mk
index 172fd9d..7fd22a9 100644
--- a/libstagefrighthw/Android.mk
+++ b/libstagefrighthw/Android.mk
@@ -1,4 +1,4 @@
-ifeq ($(TARGET_DEVICE),crespo)
+ifneq ($(filter crespo crespo4g,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)