mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Changing package for audio_policy_configuration_V7_0
- Changed package to use android. prefix - Added nullability flag to xsd_config Bug: 171572311 Test: built and atest VtsHalAudioEffectV7_0TargetTest VtsHalAudioEffectV7_0TargetTest VtsHalAudioEffectV4_0TargetTest VtsAidlHalAudioControlTest Change-Id: I9ac83a98256404313b5efef17c0a164d2ee72136 Merged-In: I9ac83a98256404313b5efef17c0a164d2ee72136
This commit is contained in:
committed by
Mikhail Naganov
parent
6119f16921
commit
4e7d69e751
@@ -17,7 +17,7 @@
|
||||
#define LOG_TAG "EffectsFactory7.0"
|
||||
#include <log/log.h>
|
||||
|
||||
#include <audio_policy_configuration_V7_0.h>
|
||||
#include <android_audio_policy_configuration_V7_0.h>
|
||||
|
||||
#include "Effect.h"
|
||||
|
||||
@@ -28,7 +28,7 @@ using ::android::hardware::Void;
|
||||
using namespace ::android::hardware::audio::common::V7_0;
|
||||
// Make an alias for enumerations generated from the APM config XSD.
|
||||
namespace xsd {
|
||||
using namespace ::audio::policy::configuration::V7_0;
|
||||
using namespace ::android::audio::policy::configuration::V7_0;
|
||||
}
|
||||
|
||||
namespace android::hardware::audio::effect::V7_0::implementation {
|
||||
|
||||
Reference in New Issue
Block a user