diff options
-rw-r--r-- | compiler/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk index ae15ec2..5dbcd07 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -264,6 +264,8 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT # For atrace. LOCAL_SHARED_LIBRARIES += libcutils ifeq ($(TARGET_HAVE_QC_PERF),true) + # FIXME! Current PERF is built with GCC and needs emutls + LOCAL_CLANG := false LOCAL_WHOLE_STATIC_LIBRARIES += libqc-art-compiler endif include $(BUILD_SHARED_LIBRARY) |