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

Unified Diff: mobile/android/installer/package-manifest.in

Issue 29491669: Issue 5426 - ABP isn't packaged in the apk (Closed)
Patch Set: Created July 18, 2017, 10:11 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 | « mobile/android/base/java/org/mozilla/gecko/distribution/Distribution.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/installer/package-manifest.in
===================================================================
--- a/mobile/android/installer/package-manifest.in
+++ b/mobile/android/installer/package-manifest.in
@@ -25,16 +25,21 @@
@BINPATH@/defaults/profile/chrome/*
@BINPATH@/update.locale
#ifdef MOZ_UPDATER
@BINPATH@/updater.ini
#endif
@BINPATH@/dictionaries/*
@BINPATH@/hyphenation/*
+; Placing embedded extensions in assets/extensions/*
+; See https://issues.adblockplus.org/ticket/5426
+[assets destdir="assets"]
+@BINPATH@/extensions/*
+
[assets destdir="assets/@ANDROID_CPU_ARCH@"]
#ifndef MOZ_STATIC_JS
@BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
#endif
#ifdef MOZ_DMD
@BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@
#endif
#ifndef MOZ_FOLD_LIBS
@@ -85,17 +90,16 @@
@BINPATH@/AndroidManifest.xml
@BINPATH@/resources.arsc
@BINPATH@/package-name.txt
@BINPATH@/classes.dex
@BINPATH@/res/drawable
@BINPATH@/res/drawable-hdpi
@BINPATH@/res/layout
-@BINPATH@/extensions/*
[browser]
; [Base Browser Files]
#ifndef XP_UNIX
@BINPATH@/@MOZ_APP_NAME@.exe
#else
@BINPATH@/@MOZ_APP_NAME@-bin
@BINPATH@/@MOZ_APP_NAME@
« no previous file with comments | « mobile/android/base/java/org/mozilla/gecko/distribution/Distribution.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld