Skip to content

Commit 19dc8e6

Browse files
committed
[fennec] fix build by re-enabling official branding
Unofficial builds use something like `fennec_${USER}` as the package name, and apparently this causes us to use an invalid package name. Re-enabling official branding should fix it.
1 parent ffcf633 commit 19dc8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fennec/mozconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Firefox for Android (Fennec):
22
ac_add_options --enable-application=mobile/android
3-
#ac_add_options --enable-official-branding
3+
ac_add_options --enable-official-branding
44
ac_add_options --with-ccache
55
#ac_add_options --target=arm-linux-androideabi
66
ac_add_options --target=i386-linux-android

0 commit comments

Comments
 (0)