commit | c2a204e4bb3b4961aed6de1cb3eddead105722a9 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Nov 15 18:17:33 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Nov 16 10:27:56 2022 +0900 |
tree | 7836c4f3aa4b87da1ab15dea600383f850a52b71 | |
parent | 1b038bc69c6b55aa8078626bb7a9dabcae0a8bfb [diff] [blame] |
USB APEX with AIDL implementation The previous USB APEX was bundling HIDL 1.0 default implemetation. Migrating the USB APEX to use AIDL implementation. Bug: 227791019 Test: tbd Change-Id: I99aa16fa36215ff296f8194717381efdcf3e8ed8
diff --git a/usb/apex/manifest.json b/usb/apex/manifest.json new file mode 100644 index 0000000..1a41b90 --- /dev/null +++ b/usb/apex/manifest.json
@@ -0,0 +1,4 @@ +{ + "name": "com.android.hardware.usb", + "version": 1 +}