summaryrefslogtreecommitdiff
path: root/script_api/GenerateTestFiles.cpp
AgeCommit message (Collapse)Author
2017-02-27Explictly destroy Allocations and ScriptsYang Ni
Bug: 28053584 Test: For the cherry-pick, built and ran the CTS tests. Updated the auto generator to add calls to destroy() for Allocations and Scripts in the generated CTS tests. Change-Id: Ia999542bc18c7fa5bf86916b105f2ab587fbb616 (cherry picked from commit c970d5dcdd52ab592e1a03f32844892793f22ff9)
2017-01-09Move scriptc to script_api/include.Jean-Luc Brouillet
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