commit | c746fc87bd7c80a59d422afa98ca7e0190011c52 | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Fri Apr 26 15:47:26 2024 -0700 |
committer | Yu Shan <shanyu@google.com> | Fri Apr 26 15:47:26 2024 -0700 |
tree | b6f2972852e91ba9676d261dfc044511bfd2b29b | |
parent | 72594ce8fa009ad3cae228af1af4017cf8695c56 [diff] [blame] |
Create V4 generated_lib. Currently this is the same as v3. Test: Presubmit Bug: 337328290 Change-Id: Ic3aa820d71e6082642639a5cc6aeb0065817c382
diff --git a/automotive/vehicle/tools/generate_annotation_enums.py b/automotive/vehicle/tools/generate_annotation_enums.py index 512e945..460e9f9 100755 --- a/automotive/vehicle/tools/generate_annotation_enums.py +++ b/automotive/vehicle/tools/generate_annotation_enums.py
@@ -32,7 +32,7 @@ import tempfile # Keep this updated with the latest in-development property version. -PROPERTY_VERSION = '3' +PROPERTY_VERSION = '4' PROP_AIDL_FILE_PATH = ('hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/' + 'automotive/vehicle/VehicleProperty.aidl')