Merge "Fix module-file name collisions"

This commit is contained in:
Cole Faust 2022-08-31 04:00:51 +00:00 committed by Gerrit Code Review
commit cdaa8466e0
42 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,3 @@
package {
default_applicable_licenses: ["frameworks_base_cmds_abx_license"],
}
@ -18,7 +17,7 @@ license {
java_binary {
name: "abx",
wrapper: "abx",
wrapper: "abx.sh",
srcs: ["**/*.java"],
required: [
"abx2xml",
@ -28,10 +27,10 @@ java_binary {
sh_binary {
name: "abx2xml",
src: "abx2xml",
src: "abx2xml.sh",
}
sh_binary {
name: "xml2abx",
src: "xml2abx",
src: "xml2abx.sh",
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "bmgr",
wrapper: "bmgr",
wrapper: "bmgr.sh",
srcs: ["**/*.java"],
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "bu",
wrapper: "bu",
wrapper: "bu.sh",
srcs: ["**/*.java"],
}

View File

@ -19,6 +19,6 @@ license {
java_binary {
name: "content",
wrapper: "content",
wrapper: "content.sh",
srcs: ["**/*.java"],
}

View File

@ -14,5 +14,5 @@ package {
sh_binary {
name: "device_config",
src: "device_config",
src: "device_config.sh",
}

View File

@ -20,5 +20,5 @@ license {
sh_binary {
name: "dpm",
src: "dpm",
src: "dpm.sh",
}

View File

@ -20,7 +20,7 @@ license {
java_binary {
name: "hid",
wrapper: "hid",
wrapper: "hid.sh",
srcs: ["**/*.java"],
required: ["libhidcommand_jni"],
}

View File

@ -20,5 +20,5 @@ license {
sh_binary {
name: "ime",
src: "ime",
src: "ime.sh",
}

View File

@ -20,5 +20,5 @@ license {
sh_binary {
name: "input",
src: "input",
src: "input.sh",
}

View File

@ -23,6 +23,6 @@ package {
java_binary {
name: "locksettings",
wrapper: "locksettings",
wrapper: "locksettings.sh",
srcs: ["**/*.java"],
}

View File

@ -20,5 +20,5 @@ license {
sh_binary {
name: "pm",
src: "pm",
src: "pm.sh",
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "requestsync",
wrapper: "requestsync",
wrapper: "requestsync.sh",
srcs: ["**/*.java"],
}

View File

@ -14,5 +14,5 @@ package {
sh_binary {
name: "settings",
src: "settings",
src: "settings.sh",
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "sm",
wrapper: "sm",
wrapper: "sm.sh",
srcs: ["**/*.java"],
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "svc",
wrapper: "svc",
wrapper: "svc.sh",
srcs: ["**/*.java"],
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "telecom",
wrapper: "telecom",
wrapper: "telecom.sh",
srcs: ["**/*.java"],
}

View File

@ -25,7 +25,7 @@ package {
java_binary {
name: "uiautomator",
wrapper: "uiautomator",
wrapper: "uiautomator.sh",
srcs: ["src/**/*.java"],
static_libs: ["uiautomator.core"],
}

View File

@ -20,9 +20,10 @@ license {
java_binary {
name: "uinput",
wrapper: "uinput",
srcs: ["**/*.java",
":uinputcommand_aidl"
wrapper: "uinput.sh",
srcs: [
"**/*.java",
":uinputcommand_aidl",
],
required: ["libuinputcommand_jni"],
}

View File

@ -20,6 +20,6 @@ license {
java_binary {
name: "vr",
wrapper: "vr",
wrapper: "vr.sh",
srcs: ["**/*.java"],
}

View File

@ -20,5 +20,5 @@ license {
sh_binary {
name: "wm",
src: "wm",
src: "wm.sh",
}