History log of /frameworks/rs/script_api/GenerateHeaderFiles.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cb25a819dbb5bda7e5554ec5ff09d29586d84493 11-Feb-2017 David Gross <dgross@google.com> "static const" instead of "#define" for script API M_* constants.

This makes referenced script API M_* constants visible in the debugger.

Modify rs lldb test for the constants so that it references them.

Adapted from https://android-review.googlesource.com/#/c/210789/

Test: aosp_arm64-eng on emulator
- run slang/tests, slang/lit-tests
- run rs lldb test suite
- run RsTest (32-bit, 64-bit)
- run cts -m RenderscriptTest (32-bit)
- confirmed that omitting type: or value: from constant: causes
script_api/generate.sh to fail with an error

Change-Id: I9cc89771ad5d90432c0ea0a1885aae8d9003dafe
/frameworks/rs/script_api/GenerateHeaderFiles.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/GenerateHeaderFiles.cpp