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

Commit 077b73b7 authored by Steven Moreland's avatar Steven Moreland
Browse files

update-makefiles.sh: for partial Java pkgs

Packages which contain some non-supported Java types can still have
their Java-supported types used in Java.

Bug: 143566068
Test: mma
Change-Id: I2afc5cc8d0a1bd981108ee2b87d6033fd48bdb37
parent c003777c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ hidl_interface {
    srcs: [
        "types.hal",
    ],
    gen_java: false,
    gen_java: true,
    gen_java_constants: true,
}
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ hidl_interface {
    srcs: [
        "types.hal",
    ],
    gen_java: false,
    gen_java: true,
    gen_java_constants: true,
}
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ hidl_interface {
    interfaces: [
        "android.hidl.safe_union@1.0",
    ],
    gen_java: false,
    gen_java: true,
    gen_java_constants: true,
}
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@ hidl_interface {
        "android.hardware.audio.common@2.0",
        "android.hidl.base@1.0",
    ],
    gen_java: false,
    gen_java: true,
}
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@ hidl_interface {
    interfaces: [
        "android.hidl.base@1.0",
    ],
    gen_java: false,
    gen_java: true,
}
Loading