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

Commit 978a15f0 authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Add support for C/C++ OS flags" into main

parents 81408d50 709a2dc0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -335,6 +335,17 @@ java_aconfig_library {
    mode: "exported",
}

cc_aconfig_library {
    name: "android.os.flags-aconfig-cc",
    aconfig_declarations: "android.os.flags-aconfig",
}

cc_aconfig_library {
    name: "android.os.flags-aconfig-cc-test",
    aconfig_declarations: "android.os.flags-aconfig",
    mode: "test",
}

// VirtualDeviceManager
cc_aconfig_library {
    name: "android.companion.virtualdevice.flags-aconfig-cc",
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ cc_library_shared {
        "libpowermanager",
        "android.hardware.configstore@1.0",
        "android.hardware.configstore-utils",
        "android.os.flags-aconfig-cc",
        "libnativedisplay",
    ],