diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-10-02 08:11:41 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-10-02 08:11:41 -0400 |
commit | 6f4d2ebc76f0c662815d5bfd7116f0d7e66fc1e2 (patch) | |
tree | 168aae8a60cd8dbfd605cb2c6729222df3584b68 /common.mk | |
parent | 647c319a6e8e80157f349799c436e387546ea32e (diff) | |
download | device_samsung_galaxys2-common-6f4d2ebc76f0c662815d5bfd7116f0d7e66fc1e2.zip device_samsung_galaxys2-common-6f4d2ebc76f0c662815d5bfd7116f0d7e66fc1e2.tar.gz device_samsung_galaxys2-common-6f4d2ebc76f0c662815d5bfd7116f0d7e66fc1e2.tar.bz2 |
Do not build libsync
It is a not a dependency of any hwcomposer that functions properly
on Exynos 4210 devices. Only Exynos 4412 (I9300 JB) hwc depends
on it.
Change-Id: I7f964566ee177382501c148e19a0b4de012231d6
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -66,8 +66,7 @@ PRODUCT_PACKAGES += \ lights.exynos4 \ libhwconverter \ libs5pjpeg \ - libfimg \ - libsync + libfimg # Charger PRODUCT_PACKAGES += \ |