mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Add IOnPrimaryClipChangedListener
Fixes #1481 Signed-off-by: Louis Leseur <louis.leseur@gmail.com>
This commit is contained in:
parent
0e4a6f462b
commit
dac2da74bf
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,8 @@ echo "Generating java from aidl..."
|
|||
cd "$SERVER_DIR/src/main/aidl"
|
||||
"$ANDROID_HOME/build-tools/$BUILD_TOOLS/aidl" -o"$CLASSES_DIR" \
|
||||
android/view/IRotationWatcher.aidl
|
||||
"$ANDROID_HOME/build-tools/$BUILD_TOOLS/aidl" -o"$CLASSES_DIR" \
|
||||
android/content/IOnPrimaryClipChangedListener.aidl
|
||||
|
||||
echo "Compiling java sources..."
|
||||
cd ../java
|
||||
|
@ -55,6 +57,7 @@ cd "$CLASSES_DIR"
|
|||
"$ANDROID_HOME/build-tools/$BUILD_TOOLS/dx" --dex \
|
||||
--output "$BUILD_DIR/classes.dex" \
|
||||
android/view/*.class \
|
||||
android/content/*.class \
|
||||
com/genymobile/scrcpy/*.class \
|
||||
com/genymobile/scrcpy/wrappers/*.class
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue