summaryrefslogtreecommitdiffstats
path: root/libstagefrighthw
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-03-08 19:13:32 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-08 19:13:32 -0800
commitf30979c16320c0d36f0442cb747aad7247d21359 (patch)
tree30e3b88324f12cb7120a423465fb41ace533b6ca /libstagefrighthw
parent93d4a7ec7028dc8c1eb5f0bcaee7269d5fd82a77 (diff)
parent972601d06a39b97d52b8572253fe4c1e8c251019 (diff)
downloaddevice_samsung_crespo-f30979c16320c0d36f0442cb747aad7247d21359.tar.gz
device_samsung_crespo-f30979c16320c0d36f0442cb747aad7247d21359.tar.bz2
device_samsung_crespo-f30979c16320c0d36f0442cb747aad7247d21359.zip
am 972601d0: am 95f81aa8: Add libstagefright to crespo4g product
* commit '972601d06a39b97d52b8572253fe4c1e8c251019': 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 4567f55..30847ee 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)