summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2018-06-27Mark installable jars with installable: trueColin Cross
Most jars don't need to be installed on the device. Instead of using java_library and java_library_static to distinguish between them make java_library and java_library_static identical and use installable: true to identify the few jars that need to be dexed and installed on the device. Bug: 110885583 Test: m checkbuild Change-Id: I985ee592a1012858634cf2eecbeba560a1256cc9
2018-02-23Convert voip-common to Soong in order to support droiddoc.Nan Zhang
Also added two filegroups used within api-stubs droiddoc compilation. Bug: b/70351683 Test: m -j checkbuild Change-Id: Ib6002ced97fee4429e38a6c3bca75f953673add1