summaryrefslogtreecommitdiffstats
path: root/libs3cjpeg
diff options
context:
space:
mode:
authorWill Keaney <keaneyw@gmail.com>2012-01-30 17:46:00 +0100
committerWill Keaney <keaneyw@gmail.com>2012-01-30 17:46:00 +0100
commit8b1c76b5604d38faf5652600eef443d18a0785b0 (patch)
tree69484acf5c1fd028cfa237a8d0c38510d0ae6091 /libs3cjpeg
parent4af94bed4cc70d94807a708828dc41a7ece8ac92 (diff)
downloaddevice_samsung_crespo-8b1c76b5604d38faf5652600eef443d18a0785b0.zip
device_samsung_crespo-8b1c76b5604d38faf5652600eef443d18a0785b0.tar.gz
device_samsung_crespo-8b1c76b5604d38faf5652600eef443d18a0785b0.tar.bz2
Change filtering to match libcamera and properly exclude non-targeted devices.
Change-Id: Iaf7f1e5a60eee1d53dff7ebc3ddb52c4a3a25ab0
Diffstat (limited to 'libs3cjpeg')
-rw-r--r--libs3cjpeg/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs3cjpeg/Android.mk b/libs3cjpeg/Android.mk
index af1f88e..086e7aa 100644
--- a/libs3cjpeg/Android.mk
+++ b/libs3cjpeg/Android.mk
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifeq ($(filter-out s5pc110,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter crespo crespo4g,$(TARGET_DEVICE)),)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)