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

Commit 35e9af03 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Add apex_available to library headers

Add apex_available to library headers used by framework JNI code that is
in the process of moving to the connectivity (tethering) APEX.

Bug: 171540887
Test: m (APEX builds with additional dependencies added)
Change-Id: I799768a9da55cbcee52aa41b963dff25d5d2b947
parent 3334a5e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ cc_library_headers {
cc_library_headers {
    name: "dnsproxyd_protocol_headers",
    export_include_dirs: ["include/dnsproxyd_protocol"],
    apex_available: [
        "//apex_available:platform",
        "com.android.tethering",
    ],
}

aidl_interface {