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

Commit 41a94a51 authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Set sdk_version 28 in aidl_interface

default value of sdk_version in aidl_interface is changed.("28" -> "system_current")
so sdk_version of this module have to be "28" because it is included in framework.jar.

Test: m -j
Bug: 126469673
Change-Id: I515b1b236a7212198c419432b7c9fc70c623c63a
parent 205886d2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -862,6 +862,11 @@ aidl_interface {
        "core/java/android/net/ipmemorystore/**/*.aidl",
    ],
    api_dir: "aidl/networkstack",
    backend: {
        java: {
            sdk_version: "28",
        },
    },
}

filegroup {