mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +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
|