commit | 0773b94cf2a8c33a47711439d08edfad3719c8a8 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Oct 04 19:29:27 2018 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Oct 04 19:45:46 2018 +0900 |
tree | ec1a4ad52caa7051b5652327f493c7dca105bec7 | |
parent | f18ca8370e66addb0dff15a65402b838c79d24db [diff] |
Use android.os.SystemProperties on Java It is infeasible to auto-generate JNI(=cc_library_shared) when building java_library, so JNI will not be used for generated Java classes. Instead, android.os.SystemProperties functions will be used as base API for now. Bug: 80125326 Test: mma -j && sysprop_test Test: Add sysprop description file as srcs to java_library and build Change-Id: I0a32bbc47fce4d95a5162dc6ab6e2955b0245c3f