The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt/android: Enable buildFeature aidl for ipc/android

It's recommended when upgrading AGP with Android Studio.

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Rylie Pavlik
2561475f 01fc8642

+3
+3
src/xrt/ipc/android/build.gradle
··· 54 54 lint { 55 55 fatal 'StopShip' 56 56 } 57 + buildFeatures { 58 + aidl true 59 + } 57 60 } 58 61 59 62 dependencies {