Merge "VintfObject.getHalNamesAndVersions report AIDL version number." am: c39842abd9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1832955 Change-Id: Ib31bb867e346fb693b7c2c1aeace30f8946eb469
This commit is contained in:
@@ -97,8 +97,11 @@ public class VintfObject {
|
|||||||
* ["android.hidl.manager@1.0", "android.hardware.camera.device@1.0",
|
* ["android.hidl.manager@1.0", "android.hardware.camera.device@1.0",
|
||||||
* "android.hardware.camera.device@3.2"]. There are no duplicates.
|
* "android.hardware.camera.device@3.2"]. There are no duplicates.
|
||||||
*
|
*
|
||||||
* For AIDL HALs, the version is stripped away
|
* For AIDL HALs, the version is a single number
|
||||||
* (e.g. "android.hardware.light").
|
* (e.g. "android.hardware.light@1"). Historically, this API strips the
|
||||||
|
* version number for AIDL HALs (e.g. "android.hardware.light"). Users
|
||||||
|
* of this API must be able to handle both for backwards compatibility.
|
||||||
|
*
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@TestApi
|
@TestApi
|
||||||
|
|||||||
Reference in New Issue
Block a user