Merge changes I67589bcc,Ibcfae390 am: 7cbdf81e95
am: 33f495f305
am: 13b9d25ed4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1683868 Change-Id: Idb4d7af1bf9914bf7bf0306d04daf74ee992fc5e
This commit is contained in:
@@ -1924,7 +1924,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
// Rlib is statically linked, but it might have shared lib
|
||||
// dependencies. Track them.
|
||||
return true
|
||||
} else if java.IsbootImageContentDepTag(depTag) {
|
||||
} else if java.IsBootclasspathFragmentContentDepTag(depTag) {
|
||||
// Add the contents of the bootclasspath fragment to the apex.
|
||||
switch child.(type) {
|
||||
case *java.Library, *java.SdkLibrary:
|
||||
|
Reference in New Issue
Block a user