commit | c9e1fd7ffd9d1310a2cce1e31dd7f383bd3a0267 | [log] [tgz] |
---|---|---|
author | Alan Viverette <[email protected]> | Mon May 08 17:36:59 2023 -0400 |
committer | Alan Viverette <[email protected]> | Tue May 09 15:06:44 2023 -0400 |
tree | 313a3062846e1b0e40350f70be460504bea200b0 | |
parent | b0847becdfc9a02ad2ba5ed2fb7b9d794302ee04 [diff] [blame] |
Clean up component names, add build-time enforcement Bug: 281081899 Test: ./gradlew tasks Merged-In: Ic67976482d3cacfaf0d3a41920eb2006d9842966 Change-Id: Ic67976482d3cacfaf0d3a41920eb2006d9842966
diff --git a/input/input-motionprediction/build.gradle b/input/input-motionprediction/build.gradle index c630796..e5e6f105 100644 --- a/input/input-motionprediction/build.gradle +++ b/input/input-motionprediction/build.gradle
@@ -39,7 +39,7 @@ } androidx { - name = "Android Motion Prediction" + name = "Motion Prediction" type = LibraryType.PUBLISHED_LIBRARY mavenVersion = LibraryVersions.INPUT_MOTIONPREDICTION inceptionYear = "2022"