mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 17:50:06 +00:00
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:
parent
01fc8642ee
commit
2561475fc4
|
@ -54,6 +54,9 @@ android {
|
|||
lint {
|
||||
fatal 'StopShip'
|
||||
}
|
||||
buildFeatures {
|
||||
aidl true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue