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

Commit 4eaae210 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Rename input aconfig module names to match conventions" into main

parents 4f7b6bb0 da4b6b27
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,14 +37,14 @@ filegroup {
// flags
/////////////////////////////////////////////////
aconfig_declarations {
    name: "aconfig_input_flags",
    name: "com.android.input.flags-aconfig",
    package: "com.android.input.flags",
    srcs: ["input_flags.aconfig"],
}

cc_aconfig_library {
    name: "aconfig_input_flags_c_lib",
    aconfig_declarations: "aconfig_input_flags",
    name: "com.android.input.flags-aconfig-cc",
    aconfig_declarations: "com.android.input.flags-aconfig",
    host_supported: true,
    // Use the test version of the aconfig flag library by default to allow tests to set local
    // overrides for flags, without having to link against a separate version of libinput or of this
@@ -242,7 +242,7 @@ cc_library {
    ],

    whole_static_libs: [
        "aconfig_input_flags_c_lib",
        "com.android.input.flags-aconfig-cc",
        "libinput_rust_ffi",
    ],