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

Commit d9d513fd authored by William Escande's avatar William Escande
Browse files

Clear apex.go entries for bluetooth libs

Test: Build + TH + boot phone & use bluetooth
Bug: 216433795
Change-Id: Ib1f9fee90006c73e5726a208e6cba8647967f5f4
parent f5d79520
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