Fix build without gradle
Add missing class generation from IDisplayFoldListener.aidl. Refs 24999d0d32daf50246168dde212f01cf109569f9
This commit is contained in:
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…
x
Reference in New Issue
Block a user