Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b6d1da5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "VintfObject.getHalNamesAndVersions report AIDL version number." am: c39842ab

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1832955

Change-Id: Ib31bb867e346fb693b7c2c1aeace30f8946eb469
parents 8804125b c39842ab
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -97,8 +97,11 @@ public class VintfObject {
     * ["android.hidl.manager@1.0", "android.hardware.camera.device@1.0",
     *  "android.hardware.camera.device@3.2"]. There are no duplicates.
     *
     * For AIDL HALs, the version is stripped away
     * (e.g. "android.hardware.light").
     * For AIDL HALs, the version is a single number
     * (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
     */
    @TestApi