Closed Bug 825142 Opened 12 years ago Closed 11 years ago

Remove unused stuff from mozilla manifests

Categories

(Firefox OS Graveyard :: GonkIntegration, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cjones, Assigned: gsvelto)

References

Details

Attachments

(3 files, 1 obsolete file)

We have 12MB of wasted space in

  <project path="external/icu4c" name="platform/external/icu4c" />
  <project path="system/media" name="platform/system/media" />

I /think/ that just removing the manifest entries should fix that wagon.

Gabriele or John, want to grab?
(In reply to Chris Jones [:cjones] [:warhammer] from comment #0)
> Gabriele or John, want to grab?

Got it :-)
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Tough luck, this seems more complicated than I had anticipated and we may not be able to remove icu4c at all. The first obstacle I encountered was that sqlite had a dependency on it. After getting rid of it too I hit a snag when trying to build the base system. Apparently the libmedia library is deeply ingrained in the core frameworks; a bunch of stuff from frameworks/base links to it and in particular libcameraservice. Since we actively use libcameraservice in Gonk I don't think we can get rid of that particular dependency. Now libmedia also depends on icu4c so I don't how we'd be able to get rid of icu4c easily (if at all).
Blocks: 821703
Comment on attachment 704033 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/platform_build/pull/14

The Android ringtones are part of the platform/frameworks/base project so they cannot be removed from the manifest, however we can prevent them from being packaged by removing the makefile step which includes them. This shaves ~6MiB from the build image and will make the Otoro releng builds flashable again.
Attachment #704033 - Flags: review?(mwu)
Attachment #704033 - Flags: review?(mwu)
Attachment #705411 - Flags: review?(mwu)
Attachment #704033 - Attachment is obsolete: true
Attachment #705411 - Flags: review?(mwu) → review+
Comment on attachment 706696 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/b2g-manifest/pull/46

This removes the apache-http, jhead and libphonenumber packages from all manifests. After much wrangling with dependencies and a discussion with :mwu we came to the conclusion that removing icu4c is almost impossible due to its dependencies with core libraries such as libmedia.
Attachment #706696 - Flags: review?(mwu)
Attachment #706696 - Flags: review?(mwu) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: