xrt/android: Enable buildFeature aidl for ipc/android

It's recommended when upgrading AGP with Android Studio.

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-10-28 18:49:09 +08:00 committed by Rylie Pavlik
parent 01fc8642ee
commit 2561475fc4

View file

@ -54,6 +54,9 @@ android {
lint {
fatal 'StopShip'
}
buildFeatures {
aidl true
}
}
dependencies {