diff options
-rw-r--r-- | libs3cjpeg/Android.mk | 2 |
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) |