Skip to content

Commit 972ed58

Browse files
Alex SakhartchoukAndroid (Google) Code Review
authored andcommitted
Merge "Moving libRS"
2 parents c8947b3 + b43a1e5 commit 972ed58

File tree

151 files changed

+8
-27317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+8
-27317
lines changed

CleanSpec.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/fonts/DroidSans*)
119119
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/)
120120
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/content)
121121
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/android/content)
122+
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript)
123+
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/renderscript)
124+
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp)
125+
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/RenderScript.stamp)
126+
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libRS_intermediates)
127+
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libRSDriver_intermediates)
128+
$(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_PREBUILT_TAG)/obj/STATIC_LIBRARIES/libRS_intermediates)
122129
# ************************************************
123130
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
124131
# ************************************************

graphics/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rs_generated_include_dir := $(call intermediates-dir-for,SHARED_LIBRARIES,libRS,
2121

2222
LOCAL_C_INCLUDES += \
2323
$(JNI_H_INCLUDE) \
24-
$(LOCAL_PATH)/../../libs/rs \
24+
frameworks/rs \
2525
$(rs_generated_include_dir) \
2626
$(call include-path-for, corecg graphics)
2727

0 commit comments

Comments
 (0)