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

Commit 53d7fb1a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clear apex.go entries for bluetooth libs" into tm-dev am: 4e102c08

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17046012

Change-Id: I8b3b70fea7741625e53a7997b0cd87f1493556ff
parents 8272358b 4e102c08
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,4 +20,8 @@ hidl_interface {
    ],
    gen_java: true,
    gen_java_constants: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -21,4 +21,8 @@ hidl_interface {
        "android.hidl.base@1.0",
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -21,4 +21,8 @@ hidl_interface {
        "android.hidl.base@1.0",
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -21,4 +21,8 @@ hidl_interface {
        "android.hidl.base@1.0",
    ],
    gen_java: false,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -24,4 +24,8 @@ hidl_interface {
        "android.hidl.safe_union@1.0",
    ],
    gen_java: false,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
Loading