From 49f03349c818de16be3a0c74f6dc07c85b94b7b0 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 26 Jul 2016 13:06:37 -0400 Subject: [PATCH] Update pathmap.mk for renderscript support library migration Bug: 30255901 Change-Id: I213baaf4c76a7e5b8d20168624b74eb61582d215 --- core/pathmap.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/pathmap.mk b/core/pathmap.mk index edc584b40c..14a8635a5f 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -115,7 +115,6 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \ v7/cardview \ v7/mediarouter \ v7/palette \ - v8/renderscript \ v13 \ v17/leanback \ design \ @@ -141,6 +140,7 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \ + frameworks/rs/support \ frameworks/support/graphics/drawable/animated \ frameworks/support/graphics/drawable/static \ frameworks/support/v7/appcompat/src \ @@ -156,6 +156,7 @@ FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \ android-support-animatedvectordrawable \ android-support-v7-appcompat \ android-support-v7-recyclerview \ + android-support-v8-renderscript \ android-support-multidex \ android-support-multidex-instrumentation