mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1048395 - Add FennecResourcesSearch dependency to Fennec project. r=rnewman
This commit is contained in:
parent
8bda19d81e
commit
6873c8ac47
@ -701,3 +701,11 @@ if CONFIG['MOZ_CRASHREPORTER']:
|
||||
if CONFIG['MOZ_ANDROID_MLS_STUMBLER']:
|
||||
main.included_projects += ['../FennecStumbler']
|
||||
main.referenced_projects += ['../FennecStumbler']
|
||||
|
||||
if CONFIG['MOZ_ANDROID_SEARCH_ACTIVITY']:
|
||||
searchactivity = add_android_eclipse_library_project('FennecResourcesSearch')
|
||||
searchactivity.package_name = 'org.mozilla.fennec.resources.search'
|
||||
searchactivity.res = SRCDIR + '/../search/res'
|
||||
searchactivity.included_projects += ['../' + resources.name]
|
||||
|
||||
main.included_projects += ['../' + searchactivity.name]
|
||||
|
Loading…
Reference in New Issue
Block a user