mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
audio: Use 'sdk_version' instead of 'platform_apis'
Replace 'platform_apis: true' with 'sdk_version: module_current'.
The former causes compiling against SDK source code,
this is not needed for the audio HAL.
Bug: 205884982
Test: m android.hardware.audio.service-aidl.example
Change-Id: I9b9c32707ac7276f5cd077681bd1f8122bc20feb
Merged-In: I9b9c32707ac7276f5cd077681bd1f8122bc20feb
(cherry picked from commit 714e959c89)
This commit is contained in:
committed by
Lorena Torres-Huerta
parent
b6eba859a1
commit
409ce2a665
@@ -92,7 +92,7 @@ aidl_interface {
|
||||
enabled: false,
|
||||
},
|
||||
java: {
|
||||
platform_apis: true,
|
||||
sdk_version: "module_current",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user