| Index: mobile/android/build.mk |
| =================================================================== |
| --- a/mobile/android/build.mk |
| +++ b/mobile/android/build.mk |
| @@ -7,13 +7,14 @@ |
| installer: |
| @$(MAKE) -C mobile/android/installer installer |
| -abp_source_dir=$(topsrcdir)/adblockplus |
| -abp_xpi_file=\{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d\}.xpi |
| -package_abp: $(abp_source_dir) |
| - cd $(abp_source_dir); ./build.py build $(abp_xpi_file) |
| - $(INSTALL_DATA) $(abp_source_dir)/$(abp_xpi_file) $(DIST)/bin/distribution/extensions |
| +# abp_source_dir=$(topsrcdir)/adblockplus |
|
Felix Dahlke
2014/12/05 19:22:24
Ignore changes to this file please, we don't need
|
| +# abp_xpi_file=\{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d\}.xpi |
| +# package_abp: $(abp_source_dir) |
| +# cd $(abp_source_dir); ./build.py build $(abp_xpi_file) |
| +# $(INSTALL_DATA) $(abp_source_dir)/$(abp_xpi_file) $(DIST)/bin/distribution/extensions |
| -package: package_abp |
| +# package: package_abp |
| +package: |
| @$(MAKE) -C mobile/android/installer |
| ifeq ($(OS_TARGET),Android) |