Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/build.mk

Issue 6238034718621696: Issue 2483 - Give Adblock Browser its own app ID (Closed)
Patch Set: Address additional comments Created May 18, 2015, 7:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « adblockplus/issue-2510.patch ('k') | mobile/android/confvars.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/build.mk
===================================================================
--- a/mobile/android/build.mk
+++ b/mobile/android/build.mk
@@ -7,11 +7,8 @@
installer:
@$(MAKE) -C mobile/android/installer installer
-package_abp:
- $(MKDIR) -p $(DIST)/bin/extensions
- PYTHONPATH="$(topsrcdir)/adblockplus/adblockplus" $(topsrcdir)/adblockplus/build.py build $(DIST)/bin/extensions/\{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d\}.xpi
-
-package: package_abp
+package:
+ $(topsrcdir)/adblockplus/build.py $(DIST)/bin/extensions/\{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d\}.xpi
@$(MAKE) -C mobile/android/installer
ifeq ($(OS_TARGET),Android)
« no previous file with comments | « adblockplus/issue-2510.patch ('k') | mobile/android/confvars.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld