Fix build without gradle

Add missing class generation from IDisplayFoldListener.aidl.

Refs 24999d0d32
donate
Romain Vimont 11 months ago
parent 09009c2aa7
commit 5061b7e02c

@ -48,6 +48,7 @@ cd "$SERVER_DIR/src/main/aidl"
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" android/view/IRotationWatcher.aidl
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" \
android/content/IOnPrimaryClipChangedListener.aidl
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" android/view/IDisplayFoldListener.aidl
echo "Compiling java sources..."
cd ../java

Loading…
Cancel
Save