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

@ -174,7 +174,7 @@ class CommandBase(object):
env["LDFLAGS"] = ("-mandroid -L%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib "
"-Wl,-rpath-link=%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib "
"--sysroot=%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/") % {"gonkdir": env["GONKDIR"], "gonkproduct": env["GONK_PRODUCT"] }
# Not strictly necessary for a vanilla build, but might be when tweaking the openssl build
env["OPENSSL_PATH"] = "%(gonkdir)s/out/target/product/%(gonkproduct)s/obj/lib" % {"gonkdir": env["GONKDIR"], "gonkproduct": env["GONK_PRODUCT"] }