Merge "filesystems property can be specific to arch" am: 0cfa585f04
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1588297 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I337b71a4399a9b1420c331fc6d8936734b05f1d1
This commit is contained in:
@@ -208,6 +208,9 @@ type ApexNativeDependencies struct {
|
||||
|
||||
// List of native tests that are embedded inside this APEX.
|
||||
Tests []string
|
||||
|
||||
// List of filesystem images that are embedded inside this APEX bundle.
|
||||
Filesystems []string
|
||||
}
|
||||
|
||||
type apexMultilibProperties struct {
|
||||
@@ -580,6 +583,7 @@ func addDependenciesForNativeModules(ctx android.BottomUpMutatorContext, nativeM
|
||||
ctx.AddFarVariationDependencies(libVariations, jniLibTag, nativeModules.Jni_libs...)
|
||||
ctx.AddFarVariationDependencies(libVariations, sharedLibTag, nativeModules.Native_shared_libs...)
|
||||
ctx.AddFarVariationDependencies(rustLibVariations, sharedLibTag, nativeModules.Rust_dyn_libs...)
|
||||
ctx.AddFarVariationDependencies(target.Variations(), fsTag, nativeModules.Filesystems...)
|
||||
}
|
||||
|
||||
func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) {
|
||||
|
Reference in New Issue
Block a user