Cole Faust 325fb3e2aa Fix module-file name collisions
Bazel doesn't allow a module and file with the same name.

Bug: 198619163
Test: m ime, verified it was still installed to out/target/product/emulator64_x86_64/system/bin/ime and not ime.sh
Change-Id: I214e190e159a7aff9149e77146d1a493992e885d
2022-08-29 18:42:32 -07:00

4 lines
126 B
Bash
Executable File

#!/system/bin/sh
export CLASSPATH=/system/framework/bmgr.jar
exec app_process /system/bin com.android.commands.bmgr.Bmgr "$@"