summaryrefslogtreecommitdiff
path: root/java/systemserver_classpath_fragment_test.go
AgeCommit message (Collapse)Author
2021-05-24Rename generate proto config file to match classpath type.satayev
There is no need to leak soong module names. Bug: 180105615 Test: m && launch_cvd; atest CtsClasspathsTestCases Change-Id: I04f4e181d2f42b9d71641980a2c7c4e8cbc8e426 Merged-In: I04f4e181d2f42b9d71641980a2c7c4e8cbc8e426
2021-05-18Add "contents" property to systemserverclasspath_fragment.satayev
Similar to bcp_fragment's contents, this property lists all java library contributions made by this fragment. Bug: 180105615 Test: m nothing Merged-In: Ifb1f54d5db290fffaa31933d15207014bb72d2fb Change-Id: Ifb1f54d5db290fffaa31933d15207014bb72d2fb (cherry picked from commit 9366a053da11ba44c9d70671dfac7c294c5427d0)
2021-05-07Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath.satayev
Boot jars are different to system server jars at build level, due to added complexity of dexpreopt. As a logical separation add a new classpath fragment type and split existing classpaths.proto generation into relevant pieces. Bug: 180105615 Test: m && launch_cvd; atest CtsClasspathsTestCases Change-Id: I88bec09fc920166ffd0092faef980754ddeb6593