platform_hardware_interfaces/radio/aidl/aidl_api
Devin Moore e8b22c1da1 Add changes to Radio V1 AIDL interfaces
During the API freeze some of the sub-interfaces of radio were frozen
without the latest change adding "@Javaderive(toString=true)".
Instead of creating V2 with these changes, we are updating V1 to include
these changes instead. The change will not break anyone downstream, and
any devices built with the previous V1 will continue to work. The hashes
of the original V1 interfaces are still included in the .hash files, so
VTS will allow both.

Steps taken:
m android.hardware.radio.config-freeze-api
rm aidl_api/android.hardware.radio.config/2/.hash
cp -r aidl_api/android.hardware.radio.config/2/*
    aidl_api/android.hardware.radio.config/1/
rm -rf aidl_api/android.hardware.radio.config/2/
vim Android.bp # remove the newly created version 2
system/tools/aidl/build/hash_gen.sh aidl_api/android.hardware.radio.config/1/
    latest-version aidl_api/android.hardware.radio.config/1/.hash

Test: atest hal_implementation_test
Bug: 225941299
Change-Id: Id14cfffd326bd664acb678f15f4129d85ce251b2
Merged-In: Id14cfffd326bd664acb678f15f4129d85ce251b2
2022-05-12 15:52:53 +00:00
..
android.hardware.radio Freeze AIDL APIs for TM 2022-04-16 07:03:24 +09:00
android.hardware.radio.config Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00
android.hardware.radio.data Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00
android.hardware.radio.messaging Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00
android.hardware.radio.modem Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00
android.hardware.radio.network Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00
android.hardware.radio.sim Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00
android.hardware.radio.voice Add changes to Radio V1 AIDL interfaces 2022-05-12 15:52:53 +00:00