From 42bbd27a48dae5a1fe975f060f54ff16c25a640d Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Mon, 14 Feb 2022 19:08:09 +0000 Subject: [PATCH] Generate constants from the audio HAL V7.1 enums Generate using dedicated file for each minor uprev. Bug: 214426419 Test: m Change-Id: I23954e427a4df37b20e392a7c7dc85f2513485f9 --- update-base-files.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update-base-files.sh b/update-base-files.sh index d01847dd9e..bf7f6e4a09 100755 --- a/update-base-files.sh +++ b/update-base-files.sh @@ -45,8 +45,11 @@ hidl-gen $options \ -o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio_common-base.h \ android.hardware.audio.common@7.0 hidl-gen $options \ - -o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio-base.h \ + -o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio-base-v7.0.h \ android.hardware.audio@7.0 +hidl-gen $options \ + -o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio-base-v7.1.h \ + android.hardware.audio@7.1 hidl-gen $options \ -o $ANDROID_BUILD_TOP/system/media/audio/include/system/audio_effect-base.h \ android.hardware.audio.effect@7.0