summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Inseob Kim <inseob@google.com> 2018-09-06 00:55:20 +0900
committer Inseob Kim <inseob@google.com> 2018-10-10 00:33:01 +0000
commit21f26907cc898fe5a1ac4bf655e8f884aec75340 (patch)
treee8e3308ad481da0c2ae337d4d0e00572951b97e4 /java/java_test.go
parent55e095b6d851739af2fbfc5724510cd1938296b6 (diff)
Add support for sysprop description files to c++
From now on, a c++ shared library can be built only with adding ".sysprop" description file to srcs. Sysprop library generator will automatically generate a .cpp and .h files, and the header file will be exposed to any clients linking against the shared library. For the full schema of description file, see system/tools/sysprop/sysprop.proto. Bug: 80125326 Test: 1) write a .sysprop description file. 2) create cc_library_shared and add description file to srcs. 3) create another module, link against library of 2), include generated header, and access generated sysprop functions 4) see compile succeeded. Change-Id: I95005a0724aeb8f11a856b7aee92787a16a5374d
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions