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

Commit da4b6b27 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Rename input aconfig module names to match conventions

The aconfig module naming convention seems to look something like

<package>-aconfig<-java>

so update the module names to match.

Bug: 293587049
Test: Build
Change-Id: I81bad235805add2d9b0b432bfe04f35a72ec5139
parent e975b379
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",
    ],