OSDN Git Service

Set up rules to build oem.img
authorYing Wang <wangying@google.com>
Wed, 12 Mar 2014 00:13:27 +0000 (17:13 -0700)
committerJeff Sharkey <jsharkey@android.com>
Mon, 28 Apr 2014 16:43:51 +0000 (09:43 -0700)
commitb8888432f0bc0706d5e00e971dde3ac2e986f2af
tree65f8dac223dc0d754ba495f9df7661ec3c2ce719
parent66750e63954ca00341a5187ebd6497b4e49b0faa
Set up rules to build oem.img

To build oem.img:
- You must define BOARD_OEMIMAGE_PARTITION_SIZE in your BoardConfig.mk
- The file system type will be the same as system.img and userdata.img.
- To install a module to oem.img, use "LOCAL_OEM_MODULE := true"
- run "make -j48 showcommands oem_image dist". By default it's not
  built.

Bug: 13367676
Change-Id: I1a26d4d0c61b72ecffe60279667b1b3de050780d
core/Makefile
core/base_rules.mk
core/clear_vars.mk
core/envsetup.mk
core/tasks/oem_image.mk [new file with mode: 0644]
tools/releasetools/build_image.py