Skip to content

Commit cdb0597

Browse files
stephenhinesAndroid (Google) Code Review
authored andcommitted
Merge "Switch to v8 (and appropriate llvm-rs-cc stuff)." into jb-mr1-dev
2 parents b4f56b5 + 65b8734 commit cdb0597

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

tests/RenderScriptTests/ImageProcessing2/Android.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
2525
LOCAL_STATIC_JAVA_LIBRARIES := android.support.v8.renderscript
2626

2727
LOCAL_PACKAGE_NAME := ImageProcessing2
28+
LOCAL_SDK_VERSION := 8
29+
LOCAL_RENDERSCRIPT_TARGET_API := 17
30+
LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(TOPDIR)external/clang/lib/Headers \
31+
$(TOPDIR)frameworks/rs/scriptc
2832

2933
LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
3034
LOCAL_REQUIRED_MODULES := librsjni

tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.android.rs.image2">
5-
<uses-sdk android:minSdkVersion="11" />
6-
<application android:label="IP GB"
7-
android:hardwareAccelerated="true">
5+
<uses-sdk android:minSdkVersion="8" />
6+
<application android:label="IP GB">
87
<activity android:name="ImageProcessingActivity2">
98
<intent-filter>
109
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)