Merge "Move rs/scriptc to rs/script_api/include." am: a3ab4cc9c9

am: d9bfeff242

Change-Id: I0249452861ffd748200c02434674832a2303b20b
This commit is contained in:
Jean-Luc Brouillet 2017-01-11 02:17:59 +00:00 committed by android-build-merger
commit 235123a821
2 changed files with 2 additions and 2 deletions

View file

@ -788,7 +788,7 @@ renderscript_flags += -m$(my_32_64_bit_suffix)
renderscript_includes := \
$(TOPDIR)external/clang/lib/Headers \
$(TOPDIR)frameworks/rs/scriptc \
$(TOPDIR)frameworks/rs/script_api/include \
$(LOCAL_RENDERSCRIPT_INCLUDES)
ifneq ($(LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE),)

View file

@ -192,7 +192,7 @@ LOCAL_RENDERSCRIPT_INCLUDES := \
else
LOCAL_RENDERSCRIPT_INCLUDES := \
$(TOPDIR)external/clang/lib/Headers \
$(TOPDIR)frameworks/rs/scriptc \
$(TOPDIR)frameworks/rs/script_api/include \
$(LOCAL_RENDERSCRIPT_INCLUDES)
endif