Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge "Add -no-integrated-as at local level."
Browse files Browse the repository at this point in the history
  • Loading branch information
chih-hung authored and Gerrit Code Review committed Oct 16, 2014
2 parents ef1b830 + 9f6aca3 commit a66efb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.mk
Expand Up @@ -13,6 +13,9 @@ LOCAL_SRC_FILES := \
jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c jquant1.c \
jquant2.c jutils.c jmemmgr.c armv6_idct.S

# jsimd_arm_neon.S does not compile with clang.
LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as

ifeq (,$(TARGET_BUILD_APPS))
# building against master
# use ashmem as libjpeg decoder's backing store
Expand Down

0 comments on commit a66efb5

Please sign in to comment.