mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
When health aidl_interface version updraged, some libraries are depending on V1 and android.hardware.health-translate-ndk at the same time. It will cause multiple versions depending if android.hardware.health-translate-ndk is depending on new version. version. Fork android.hardware.health-translate-ndk generate two versions, so that other libraries can depend on the same aidl_interface, to avoid multiple versions depending. Bug: 251425963 Test: m Change-Id: I0641e9f6c1445ee2549b956012ebb35eb1f8ac97 Signed-off-by: Jack Wu <wjack@google.com>