Closed
Bug 780072
Opened 13 years ago
Closed 13 years ago
default value of android version should be 9 on x86 or mipsel
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
2.17 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
min version of NDK is 9 on x86 or mips.
Comment 1•13 years ago
|
||
(In reply to Makoto Kato from comment #0)
> min version of NDK is 9 on x86 or mips.
Why? I've build for both with a earlier NDKs. (r6 or r7 for x86, and r8 for mips)
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #1)
> (In reply to Makoto Kato from comment #0)
> > min version of NDK is 9 on x86 or mips.
>
> Why? I've build for both with a earlier NDKs. (r6 or r7 for x86, and r8 for
> mips)
This means that android 2.3.4 or later, not NDK version.
Assignee | ||
Comment 3•13 years ago
|
||
x86 and mips is API 9 or later. (platforms/android-<android api version> in NDK)
Comment 4•13 years ago
|
||
Ah, android_version, not NDK version.
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #648636 -
Flags: review?(mh+mozilla)
Comment 6•13 years ago
|
||
Comment on attachment 648636 [details] [diff] [review]
fix
Review of attachment 648636 [details] [diff] [review]:
-----------------------------------------------------------------
::: build/autoconf/android.m4
@@ +19,5 @@
> +case "$target_cpu" in
> +arm)
> + android_version=5
> + ;;
> +i?86)
Make that i?86|mipsel)
@@ +30,4 @@
>
> MOZ_ARG_WITH_STRING(android-version,
> [ --with-android-version=VER
> android platform version, default 5],
Please change the help string (note you can't use the variable there, so just put something like "5 for arm, 9 for x86/mips")
r+ with these changes.
Attachment #648636 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Target Milestone: --- → mozilla17
![]() |
||
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•