Closed
Bug 686464
Opened 14 years ago
Closed 14 years ago
Leave it to Android to unpack the content process executable
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla10
People
(Reporter: glandium, Assigned: glandium)
References
Details
(Whiteboard: [mobilestartupshrink][inbound])
Attachments
(1 file, 2 obsolete files)
5.36 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Android unpacks stuff living in lib/armeabi-v7a at install time. It however only does so for files named libsomething.so.
Moving plugin-container in that directory, and renaming it to libplugin-container.so would allow this file to be unpacked at install time, instead of unpacking it ourselves in the java glue.
Assignee | ||
Comment 1•14 years ago
|
||
This is not something i'd set for review, but it should be good enough as is for the fast start experiment.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 2•14 years ago
|
||
updated
Assignee | ||
Updated•14 years ago
|
Attachment #559961 -
Attachment is obsolete: true
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Attachment #559981 -
Attachment is obsolete: true
Updated•14 years ago
|
Whiteboard: [mobilestartupshrink]
Assignee | ||
Updated•14 years ago
|
Attachment #560039 -
Flags: review?(ted.mielczarek)
Comment 4•14 years ago
|
||
Comment on attachment 560039 [details] [diff] [review]
Leave it to Android to unpack the content process executable
Review of attachment 560039 [details] [diff] [review]:
-----------------------------------------------------------------
::: ipc/app/Makefile.in
@@ +46,5 @@
>
> include $(topsrcdir)/ipc/app/defs.mk
> PROGRAM = $(MOZ_CHILD_PROCESS_NAME)
>
> +$(PROGRAM): $(dir $(PROGRAM))
n.b.: this could use the work in bug 680246 when that lands.
::: ipc/app/defs.mk
@@ +38,3 @@
> MOZ_CHILD_PROCESS_NAME := plugin-container$(BIN_SUFFIX)
> +else
> +MOZ_CHILD_PROCESS_NAME := lib/libplugin-container.so
This could stand a brief comment explaining why.
Attachment #560039 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: [mobilestartupshrink] → [mobilestartupshrink][inbound]
![]() |
||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•