diff options
| author | Steve Kondik <shade@chemlab.org> | 2013-10-06 23:26:02 -0700 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2013-10-06 23:26:02 -0700 |
| commit | aedd1634a47aed503094626090a667db8fb3c029 (patch) | |
| tree | 4c69f4974b566cf3b4a3cfcb9b9c4b83f12343bf | |
| parent | d33715a05027f4373603450daa2261327d41e640 (diff) | |
| download | android_frameworks_support-stable/cm-10.2.tar.gz android_frameworks_support-stable/cm-10.2.tar.bz2 android_frameworks_support-stable/cm-10.2.zip | |
Skip these libs on GMS buildscm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2
Change-Id: I22b16086c466196bb5ec5a887b1580640077b4b2
| -rw-r--r-- | v8/renderscript/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v8/renderscript/Android.mk b/v8/renderscript/Android.mk index f0eba16be9..3bc89b4600 100644 --- a/v8/renderscript/Android.mk +++ b/v8/renderscript/Android.mk @@ -32,8 +32,9 @@ include $(BUILD_STATIC_JAVA_LIBRARY) #$(call dist-for-goals, dist_files, $(LOCAL_BUILT_MODULE):volley.jar) # TODO: Build the tests as an APK here - +ifneq ($(WITH_GMS),true) include $(call all-makefiles-under, $(LOCAL_PATH)) +endif endif |
