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

Commit c33a1b66 authored by Anton Hansson's avatar Anton Hansson
Browse files

Don't link telephony stubs against android_system_stubs

Compile against an SDK instead, which will enforce link
checks.

Bug: 152864915
Test: m
Change-Id: I49cbc4f6c6c5a1b9260b385f3c97ac2387bb9c47
parent ae370867
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1279,8 +1279,7 @@ java_library {
    aidl: {
        export_include_dirs: ["telephony/java"],
    },
    sdk_version: "core_current",
    libs: ["android_system_stubs_current"],
    sdk_version: "module_current",
}

filegroup {