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

Commit

Permalink
am a66efb5: Merge "Add -no-integrated-as at local level."
Browse files Browse the repository at this point in the history
* commit 'a66efb5d9a21e2666099dffb234b774d796cefbd':
  Add -no-integrated-as at local level.
  • Loading branch information
chih-hung authored and Android Git Automerger committed Oct 16, 2014
2 parents 6227b1c + a66efb5 commit 57cc16e
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 57cc16e

Please sign in to comment.