Skip to content

Commit 42bbd27

Browse files
author
Mikhail Naganov
committed
Generate constants from the audio HAL V7.1 enums
Generate using dedicated file for each minor uprev. Bug: 214426419 Test: m Change-Id: I23954e427a4df37b20e392a7c7dc85f2513485f9
1 parent 7ed70a8 commit 42bbd27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

update-base-files.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ hidl-gen $options \
4545
-o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio_common-base.h \
4646
4747
hidl-gen $options \
48-
-o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio-base.h \
48+
-o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio-base-v7.0.h \
4949
50+
hidl-gen $options \
51+
-o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio-base-v7.1.h \
52+
5053
hidl-gen $options \
5154
-o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio_effect-base.h \
5255

0 commit comments

Comments
 (0)