commit | 3a3dde46ac447203a4e7f842a4a3449ea002a90d | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jul 22 12:54:34 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 23 00:43:53 2024 +0900 |
tree | b058c53a11d9c205a34754f28a7e9fc8c6123edf | |
parent | 1a089a0c4aab619039b208a087f4f441e4fa1425 [diff] |
Move vmclient to libs/libvmclient Bug: 352458998 Test: pass TH Change-Id: I0cc27bb7c09666d160ade9003afe7bca88c11702
diff --git a/vmclient/Android.bp b/libs/libvmclient/Android.bp similarity index 100% rename from vmclient/Android.bp rename to libs/libvmclient/Android.bp
diff --git a/vmclient/src/death_reason.rs b/libs/libvmclient/src/death_reason.rs similarity index 100% rename from vmclient/src/death_reason.rs rename to libs/libvmclient/src/death_reason.rs
diff --git a/vmclient/src/error_code.rs b/libs/libvmclient/src/error_code.rs similarity index 100% rename from vmclient/src/error_code.rs rename to libs/libvmclient/src/error_code.rs
diff --git a/vmclient/src/errors.rs b/libs/libvmclient/src/errors.rs similarity index 100% rename from vmclient/src/errors.rs rename to libs/libvmclient/src/errors.rs
diff --git a/vmclient/src/lib.rs b/libs/libvmclient/src/lib.rs similarity index 100% rename from vmclient/src/lib.rs rename to libs/libvmclient/src/lib.rs
diff --git a/vmclient/src/sync.rs b/libs/libvmclient/src/sync.rs similarity index 100% rename from vmclient/src/sync.rs rename to libs/libvmclient/src/sync.rs