Switch to v8 (and appropriate llvm-rs-cc stuff).
Change-Id: Ib3f71442af4aa06a55d5a9f819b52082e23dddd6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user