commit | ba581c5ff79df20248667b028506f03efbb9a65d | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jul 22 14:10:50 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 23 00:48:32 2024 +0900 |
tree | b00aea804dead65dd6e9d392354c7e41e3895fa7 | |
parent | 1d39d3fd55d34602a7cad8887f68c57cdc01a65c [diff] |
Move ferrochrome_app and vmlauncher_app to under android Bug: 352458998 Test: pass TH Change-Id: Ie916b14f21b659336ebdfade0c5244c4da10b008
diff --git a/ferrochrome_app/Android.bp b/android/FerrochromeApp/Android.bp similarity index 100% rename from ferrochrome_app/Android.bp rename to android/FerrochromeApp/Android.bp
diff --git a/ferrochrome_app/AndroidManifest.xml b/android/FerrochromeApp/AndroidManifest.xml similarity index 100% rename from ferrochrome_app/AndroidManifest.xml rename to android/FerrochromeApp/AndroidManifest.xml
diff --git a/ferrochrome_app/custom_vm_setup.rc b/android/FerrochromeApp/custom_vm_setup.rc similarity index 100% rename from ferrochrome_app/custom_vm_setup.rc rename to android/FerrochromeApp/custom_vm_setup.rc
diff --git a/ferrochrome_app/custom_vm_setup.sh b/android/FerrochromeApp/custom_vm_setup.sh similarity index 100% rename from ferrochrome_app/custom_vm_setup.sh rename to android/FerrochromeApp/custom_vm_setup.sh
diff --git a/ferrochrome_app/java/com/android/virtualization/ferrochrome/FerrochromeActivity.java b/android/FerrochromeApp/java/com/android/virtualization/ferrochrome/FerrochromeActivity.java similarity index 100% rename from ferrochrome_app/java/com/android/virtualization/ferrochrome/FerrochromeActivity.java rename to android/FerrochromeApp/java/com/android/virtualization/ferrochrome/FerrochromeActivity.java
diff --git a/ferrochrome_app/java/com/android/virtualization/ferrochrome/OpenUrlActivity.java b/android/FerrochromeApp/java/com/android/virtualization/ferrochrome/OpenUrlActivity.java similarity index 100% rename from ferrochrome_app/java/com/android/virtualization/ferrochrome/OpenUrlActivity.java rename to android/FerrochromeApp/java/com/android/virtualization/ferrochrome/OpenUrlActivity.java
diff --git a/ferrochrome_app/privapp-permissions-ferrochrome.xml b/android/FerrochromeApp/privapp-permissions-ferrochrome.xml similarity index 100% rename from ferrochrome_app/privapp-permissions-ferrochrome.xml rename to android/FerrochromeApp/privapp-permissions-ferrochrome.xml
diff --git a/ferrochrome_app/repack.sh b/android/FerrochromeApp/repack.sh similarity index 100% rename from ferrochrome_app/repack.sh rename to android/FerrochromeApp/repack.sh
diff --git a/ferrochrome_app/res/layout/activity_ferrochrome.xml b/android/FerrochromeApp/res/layout/activity_ferrochrome.xml similarity index 100% rename from ferrochrome_app/res/layout/activity_ferrochrome.xml rename to android/FerrochromeApp/res/layout/activity_ferrochrome.xml
diff --git a/ferrochrome_app/vm_config.json.template b/android/FerrochromeApp/vm_config.json.template similarity index 100% rename from ferrochrome_app/vm_config.json.template rename to android/FerrochromeApp/vm_config.json.template
diff --git a/vmlauncher_app/Android.bp b/android/VmLauncherApp/Android.bp similarity index 100% rename from vmlauncher_app/Android.bp rename to android/VmLauncherApp/Android.bp
diff --git a/vmlauncher_app/AndroidManifest.xml b/android/VmLauncherApp/AndroidManifest.xml similarity index 100% rename from vmlauncher_app/AndroidManifest.xml rename to android/VmLauncherApp/AndroidManifest.xml
diff --git a/vmlauncher_app/README.md b/android/VmLauncherApp/README.md similarity index 100% rename from vmlauncher_app/README.md rename to android/VmLauncherApp/README.md
diff --git a/vmlauncher_app/java/com/android/virtualization/vmlauncher/MainActivity.java b/android/VmLauncherApp/java/com/android/virtualization/vmlauncher/MainActivity.java similarity index 100% rename from vmlauncher_app/java/com/android/virtualization/vmlauncher/MainActivity.java rename to android/VmLauncherApp/java/com/android/virtualization/vmlauncher/MainActivity.java
diff --git a/vmlauncher_app/res/layout/activity_main.xml b/android/VmLauncherApp/res/layout/activity_main.xml similarity index 100% rename from vmlauncher_app/res/layout/activity_main.xml rename to android/VmLauncherApp/res/layout/activity_main.xml
diff --git a/vmlauncher_app/res/values/themes.xml b/android/VmLauncherApp/res/values/themes.xml similarity index 100% rename from vmlauncher_app/res/values/themes.xml rename to android/VmLauncherApp/res/values/themes.xml