This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
aosp12
Watch
1
Star
0
Fork
You've already forked aosp12
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
aosp12
/
tools
/
ndkports
/
scripts
/
build.sh
5 lines
86 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
docker build -t ndkports .
docker run --rm -v
$(
pwd
)
:/src ndkports
Reference in New Issue
View Git Blame
Copy Permalink