summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Prabir Pradhan <prabirmsp@google.com> 2023-11-06 22:53:04 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-11-06 22:53:04 +0000
commit4eaae2109763b9809662b59c8d9bcd2643ce4533 (patch)
tree73d69ff203f9334805f03d9b6e95dbbd3610582b
parent4f7b6bb0e27bbc4c97ddef040bf8d99b1ed7d20d (diff)
parentda4b6b278843367adb759cd0d9bf16a45af2880c (diff)
Merge "Rename input aconfig module names to match conventions" into main
-rw-r--r--libs/input/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp
index 69a4f0aed1..c37db1693a 100644
--- a/libs/input/Android.bp
+++ b/libs/input/Android.bp
@@ -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",
],