Switch to v8 (and appropriate llvm-rs-cc stuff).

Change-Id: Ib3f71442af4aa06a55d5a9f819b52082e23dddd6
This commit is contained in:
Stephen Hines
2012-08-15 18:34:38 -07:00
parent 14250ccf22
commit 65b8734400
2 changed files with 6 additions and 3 deletions

View File

@@ -25,6 +25,10 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
LOCAL_STATIC_JAVA_LIBRARIES := android.support.v8.renderscript
LOCAL_PACKAGE_NAME := ImageProcessing2
LOCAL_SDK_VERSION := 8
LOCAL_RENDERSCRIPT_TARGET_API := 17
LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(TOPDIR)external/clang/lib/Headers \
$(TOPDIR)frameworks/rs/scriptc
LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
LOCAL_REQUIRED_MODULES := librsjni

View File

@@ -2,9 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.rs.image2">
<uses-sdk android:minSdkVersion="11" />
<application android:label="IP GB"
android:hardwareAccelerated="true">
<uses-sdk android:minSdkVersion="8" />
<application android:label="IP GB">
<activity android:name="ImageProcessingActivity2">
<intent-filter>
<action android:name="android.intent.action.MAIN" />