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

Commit d9a93ca4 authored by Steven Moreland's avatar Steven Moreland
Browse files

android.hardware.common: support Java

The handle type here is needed in some HALs now (specifically in order
to encode a Surface, which is backed by a handle). This previously
wasn't in Java simply because handles are more common in native code,
and so it wasn't expected to be used.

Fixes: 171087128
Test: build
Change-Id: Ie1eaf50cc8e62932cc553b80c02be434bfbaf3b3
parent 9ac41106
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ aidl_interface {
    stability: "vintf",
    backend: {
        java: {
            enabled: false,
            sdk_version: "module_current",
        },
        cpp: {
            enabled: false,