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

Commit b5fb4ca2 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Use SDK 29 in dnsproxyd_protocol_headers

The headers contain only constants, so they can be used by binaries
building against the NDK.

Bug: 171540887
Test: m
Ignore-AOSP-First: Needs manual cherry-picks
Change-Id: I2ae1525dd7420b5eafd6ff72785f5cb3ac256e75
parent 3c13fe8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ cc_library_headers {

cc_library_headers {
    name: "dnsproxyd_protocol_headers",
    sdk_version: "29",
    min_sdk_version: "29",
    export_include_dirs: ["include/dnsproxyd_protocol"],
    apex_available: [
        "//apex_available:platform",
@@ -90,6 +92,7 @@ aidl_interface {
                "com.android.tethering",
                "com.android.wifi",
            ],
            min_sdk_version: "30",
        },
        ndk: {
            gen_log: true,