diff options
author | Simon Wilson <simonwilson@google.com> | 2011-03-08 19:04:53 -0800 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2011-03-08 19:04:53 -0800 |
commit | 95f81aa82a4c4b0cc6885867560bcb1c04f5d621 (patch) | |
tree | a6d75a982c0701223ff10804ec89622e69ba1c53 /libstagefrighthw | |
parent | a88185067969d27823a23ddc1b303fb1619af732 (diff) | |
download | device_samsung_crespo-95f81aa82a4c4b0cc6885867560bcb1c04f5d621.zip device_samsung_crespo-95f81aa82a4c4b0cc6885867560bcb1c04f5d621.tar.gz device_samsung_crespo-95f81aa82a4c4b0cc6885867560bcb1c04f5d621.tar.bz2 |
Add libstagefright to crespo4g product
Change-Id: I2e2aa5e9132bbffc0c97dc3385786cf3ce6db1d5
Diffstat (limited to 'libstagefrighthw')
-rw-r--r-- | libstagefrighthw/Android.mk | 2 |
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) |