Fix build without gradle
Add missing class generation from IDisplayFoldListener.aidl.
Refs 24999d0d32
This commit is contained in:
parent
09009c2aa7
commit
5061b7e02c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue