Files
build_soong/java
Jiyong Park df13054c2a java_sdk_library supports test as another API scope
For each java_sdk_library module, three (possibly different) stubs libs
are created.

*.stubs: public APIs only
*.system.stubs: public APIs + @SystemApi
*.test.stubs: public APIs + @TestApi

Depending on the sdk_version (or LOCAL_SDK_VERSION) of the calling
module, stubs lib of the corresponding api scope is linked.

Bug: 77575606
Test: m -j
Change-Id: I1437c64460914dbfc349dbc31d6f3ef090f541e3
2018-04-28 02:16:54 +09:00
..
2018-01-04 14:52:45 -08:00
2018-02-22 16:48:35 -08:00
2018-04-13 16:37:22 -07:00
2018-04-28 00:13:00 +09:00
2018-04-19 08:57:30 +09:00