Closed
Bug 759115
Opened 13 years ago
Closed 13 years ago
Bump minimum Android SDK API level we require to 14
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla16
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 2 obsolete files)
When building with SDK 13, which is currently allowed, one gets the following build failure:
res/values-xlarge/themes.xml:17: error: Error: No resource found that matches the given name: attr 'android:actionBarDivider'.
res/values-sw600dp/themes.xml:17: error: Error: No resource found that matches the given name: attr 'android:actionBarDivider'.
make[6]: *** [R.java] Error 1
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #627704 -
Flags: review?(ted.mielczarek)
Comment 2•13 years ago
|
||
Comment on attachment 627704 [details] [diff] [review]
Bump minimum Android SDK API level we require to 14
Review of attachment 627704 [details] [diff] [review]:
-----------------------------------------------------------------
This doesn't change our runtime compat requirements, just the version of the SDK we require, right?
Attachment #627704 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Ted Mielczarek [:ted] from comment #2)
> This doesn't change our runtime compat requirements, just the version of the
> SDK we require, right?
Indeed.
| Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
| Assignee | ||
Comment 5•13 years ago
|
||
Backed out, we use android-13 for android XUL (and it's fine).
https://hg.mozilla.org/mozilla-central/rev/65fa5cb6f79c
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•13 years ago
|
||
Mostly, this moves stuff around, and just adds a check on the target application to set the minimum android sdk api level accordingly.
https://tbpl.mozilla.org/?noignore=1&tree=Try&rev=7c9f4fa9c5a1
Attachment #629715 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Updated•13 years ago
|
Attachment #627704 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•13 years ago
|
||
Without the egg-info change (yay for egg-info in the tree).
Attachment #629733 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Updated•13 years ago
|
Attachment #629715 -
Attachment is obsolete: true
Attachment #629715 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Updated•13 years ago
|
Attachment #627704 -
Flags: review+
Updated•13 years ago
|
Attachment #629733 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 8•13 years ago
|
||
Target Milestone: mozilla15 → mozilla16
| Assignee | ||
Comment 9•13 years ago
|
||
Backed out because of B2G bustage
https://hg.mozilla.org/integration/mozilla-inbound/rev/c7e76fae10e5
| Assignee | ||
Comment 10•13 years ago
|
||
Relanded with basic fixups
https://hg.mozilla.org/integration/mozilla-inbound/rev/a430a3d30163
Comment 11•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 12•13 years ago
|
||
Typo?
diff --git a/js/src/aclocal.m4 b/js/src/aclocal.m4
--- a/js/src/aclocal.m4
+++ b/js/src/aclocal.m4
@@ -17,6 +17,6 @@ builtin(include, build/autoconf/frameptr
builtin(include, build/autoconf/compiler-opts.m4)dnl
builtin(include, build/autoconf/expandlibs.m4)dnl
builtin(include, build/autoconf/arch.m4)dnl
-builtin(include, build/autoconf/android.m4)dn
+builtin(include, build/autoconf/android.m4)dnl
MOZ_PROG_CHECKMSYS()
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•