Fix build without gradle

Add missing class generation from IDisplayFoldListener.aidl.

Refs 24999d0d32
This commit is contained in:
Romain Vimont 2023-06-21 23:56:06 +02:00
parent 09009c2aa7
commit 5061b7e02c

View file

@ -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