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: Created May 14, 2015, 3:21 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
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
Felix Dahlke 2015/05/14 15:24:52 Seemed like a good opportunity to make our change
@$(MAKE) -C mobile/android/installer
ifeq ($(OS_TARGET),Android)

Powered by Google App Engine
This is Rietveld