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

Commit c976e866 authored by David Su's avatar David Su
Browse files

Build framework-telephony-stubs against core_current

Build framework-telephony-stubs against
core_current so that it can be linked by
framework-wifi, which will also be built
against core_current.

Bug: 140908357
Test: device boots up
Change-Id: I20bf13a100d6dfca06c4e108a837987234ec2b38
parent 36404200
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1266,7 +1266,8 @@ java_library {
    aidl: {
        export_include_dirs: ["telephony/java"],
    },
    sdk_version: "system_current",
    sdk_version: "core_current",
    libs: ["android_system_stubs_current"],
}

java_library {