Bug 1234629 - Follow-up: Include assets. f?margaret draft
authorNick Alexander <nalexander@mozilla.com>
Wed, 23 Dec 2015 12:57:28 -0800
changeset 319109 d3621b5921b367e414d62e251b3b763459b82486
parent 319108 a6572b6352d32f51eb6c67829b81f194297fc61f
child 319110 397b8b80870e104372ef2f7da529a7d4d216484f
push id8973
push usermleibovic@mozilla.com
push dateTue, 05 Jan 2016 20:54:12 +0000
bugs1234629
milestone46.0a1
Bug 1234629 - Follow-up: Include assets. f?margaret
mobile/android/bouncer/assets/example_asset.txt
mobile/android/bouncer/moz.build
copy from mobile/android/app/assets/example_asset.txt
copy to mobile/android/bouncer/assets/example_asset.txt
--- a/mobile/android/bouncer/moz.build
+++ b/mobile/android/bouncer/moz.build
@@ -14,8 +14,12 @@ ANDROID_APK_NAME = 'bouncer'
 ANDROID_APK_PACKAGE = CONFIG['ANDROID_PACKAGE_NAME']
 
 # Putting branding earlier allows branders to override default resources.
 ANDROID_RES_DIRS += [
     '/' + CONFIG['MOZ_BRANDING_DIRECTORY'] + '/res', # For the icon.
     'res',
     '!/mobile/android/base/res', # For strings.
 ]
+
+ANDROID_ASSETS_DIRS += [
+    'assets',
+]