History log of /frameworks/rs/script_api/GenerateStubsWhiteList.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e6b65617d3a779d939e7d6dd26663a898205ee3 17-Nov-2017 I-Jui (Ray) Sung <ijsung@google.com> Build RS API doc generator with Android.bp

The RS API header/document generator should be compiled with a proper
Android.bp rather than relying on a hardcoded clang version. This CL
updates both the generate.sh and provides an Android.bp for the generator.

Also fixed a segfault caused by an old bug from advancing an invalidated
list iterator. The segfault was caught by switching toolchain and C++
library versions.

In addition, fixed warnings caught by -Werror.

Test: m
Test: run generate.sh and inspect the generated documents
Bug: 66509928
Change-Id: Ibbbaaf65a0d1fc8ca37d357d077530d351d112f5
/frameworks/rs/script_api/GenerateStubsWhiteList.cpp
2a85b6b9d6f9cb8f1b20d573c1c5ceafe901b011 09-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Move scriptc to script_api/include.

Part 1 of the directory re-organization. We're renaming the "api" directory
to "script_api" directory to distinguish between our control api (java or c++)
and our script api.

We're also moving the scriptc directory under that newly renamed directory,
and change its name to the more appropriate "include".

Test: scriptc/generate.sh
Test: compiled ImageProcessing_jb

Change-Id: I00c3bbf5728b652d1541ebe4123717f6ab639f09
/frameworks/rs/script_api/GenerateStubsWhiteList.cpp