Remove dependency on backup-flame dir

We should be using the one in the product target dir instead.

This makes the B2G deps distributable again
This commit is contained in:
Manish Goregaokar 2015-02-21 03:37:26 +05:30
parent 04a4d5c421
commit 2711d00666
3 changed files with 6 additions and 6 deletions

View file

@ -8,6 +8,9 @@ and toolchain.
Note: this will take a long time and will take around 20GB of space
Disable the screen timeout on the device, and connect to wifi. Also connect it to your computer
with remote debugging enabled.
```
git clone https://github.com/mozilla-b2g/B2G
./config.sh flame-kk
@ -21,13 +24,10 @@ If behind a firewall, put the following in your gitconfig:
[url "https://git.mozilla.org/external/caf"]
insteadOf = git://codeaurora.org
```
Disable the screen timeout on the device, and connect to wifi
Then run
```
./build.sh libssl libsuspend libz libGLESv2 toolbox
./build.sh libssl libsuspend libz libGLESv2 toolbox libhardware
```
## Build B2S

View file

@ -1,2 +1,2 @@
#!/bin/bash
arm-linux-androideabi-g++ $@ $LDFLAGS -lGLESv2 -lsupc++ -L $GONKDIR/backup-flame/system/lib/ -L$GONKDIR/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/
arm-linux-androideabi-g++ $@ $LDFLAGS -lGLESv2 -lsupc++ -L$GONKDIR/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/