Allow exporting of sdk members to be done per tag am: a720811c38
am: 68dc0a1210
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1686073 Change-Id: I66b7b1f0c254e488e3d17353c5da69e8605b0717
This commit is contained in:
@@ -77,8 +77,9 @@ var (
|
||||
"classpath", "outDir", "workDir")
|
||||
|
||||
// Dependency tag that causes the added dependencies to be added as java_header_libs
|
||||
// to the sdk/module_exports/snapshot.
|
||||
systemModulesLibsTag = android.DependencyTagForSdkMemberType(javaHeaderLibsSdkMemberType)
|
||||
// to the sdk/module_exports/snapshot. Dependencies that are added automatically via this tag are
|
||||
// not automatically exported.
|
||||
systemModulesLibsTag = android.DependencyTagForSdkMemberType(javaHeaderLibsSdkMemberType, false)
|
||||
)
|
||||
|
||||
func TransformJarsToSystemModules(ctx android.ModuleContext, jars android.Paths) (android.Path, android.Paths) {
|
||||
|
Reference in New Issue
Block a user