neuralnetworks: use versions for imports

This makes sure that when developers add a new version of an interface,
or when interfaces are being frozen, the runtime/buildtime situation of
clients depending on those interfaces remains the same. This is required
for AIDL to continue working at scale.

Bug: 188871598
Test: build
Change-Id: Ib4c6e8f5bf34cc333675201dca4eab08dd88628d
This commit is contained in:
Steven Moreland 2021-08-30 18:02:43 -07:00
parent b196a659d2
commit 15a92dad5d

View file

@ -16,8 +16,8 @@ aidl_interface {
],
stability: "vintf",
imports: [
"android.hardware.common",
"android.hardware.graphics.common",
"android.hardware.common-V2",
"android.hardware.graphics.common-V2",
],
backend: {
java: {