mirror of
https://github.com/servo/servo.git
synced 2025-06-29 03:23:41 +01:00
3 lines
145 B
Bash
Executable file
3 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
TARGET_DIR=$OUT_DIR/../../..
|
|
arm-linux-androideabi-gcc $@ $LDFLAGS -lc -o $TARGET_DIR/libservo.so -shared && touch $TARGET_DIR/servo
|