mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123824 - Include platforms/android-VERSION in suggested mozconfig. r=me,f=psd
DONTBUILD NPOTB --HG-- extra : rebase_source : a273c9939b937ddbb0be387041eb645ec726bd26
This commit is contained in:
parent
6f3badd1f3
commit
af5fe4dbf5
@ -121,7 +121,9 @@ class DebianBootstrapper(BaseBootstrapper):
|
||||
def suggest_mobile_android_mozconfig(self):
|
||||
import android
|
||||
|
||||
android.suggest_mozconfig(sdk_path=self.sdk_path,
|
||||
# The SDK path that mozconfig wants includes platforms/android-21.
|
||||
sdk_path = os.path.join(self.sdk_path, 'platforms', android.ANDROID_PLATFORM)
|
||||
android.suggest_mozconfig(sdk_path=sdk_path,
|
||||
ndk_path=self.ndk_path)
|
||||
|
||||
def _update_package_manager(self):
|
||||
|
Loading…
Reference in New Issue
Block a user