commit | fa76cabd5d3ae47db1b604aef59342d40fa732c4 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Thu Jul 04 00:58:47 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Jul 22 07:45:27 2024 +0000 |
tree | c19e3dd543df6f3ff4e31961a26f90a46f43f9e1 | |
parent | 6465ef3ff0af9e1c62e5470d40fba990a7a06aa0 [diff] [blame] |
Add com.android.virt.accessor_demo This provides a reference IAccessor implementation. Test: atest vm_accessor_test Bug: 349578050 Change-Id: I956e8e7706c43c8e672ec669d4c8912f09635061
diff --git a/demo_accessor/apex/manifest.json b/demo_accessor/apex/manifest.json new file mode 100644 index 0000000..a09523a --- /dev/null +++ b/demo_accessor/apex/manifest.json
@@ -0,0 +1,4 @@ +{ + "name": "com.android.virt.accessor_demo", + "version": 1 +}