summaryrefslogtreecommitdiffstats
path: root/core/clear_vars.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-03-11 17:13:27 -0700
committerJeff Sharkey <jsharkey@android.com>2014-04-28 09:43:51 -0700
commitb8888432f0bc0706d5e00e971dde3ac2e986f2af (patch)
tree65f8dac223dc0d754ba495f9df7661ec3c2ce719 /core/clear_vars.mk
parent66750e63954ca00341a5187ebd6497b4e49b0faa (diff)
downloadbuild-b8888432f0bc0706d5e00e971dde3ac2e986f2af.zip
build-b8888432f0bc0706d5e00e971dde3ac2e986f2af.tar.gz
build-b8888432f0bc0706d5e00e971dde3ac2e986f2af.tar.bz2
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
Diffstat (limited to 'core/clear_vars.mk')
-rw-r--r--core/clear_vars.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/clear_vars.mk b/core/clear_vars.mk
index 4912e35..9d83de9 100644
--- a/core/clear_vars.mk
+++ b/core/clear_vars.mk
@@ -127,6 +127,7 @@ LOCAL_PROTOC_FLAGS:=
LOCAL_PROTO_JAVA_OUTPUT_PARAMS:=
LOCAL_NO_CRT:=
LOCAL_PROPRIETARY_MODULE:=
+LOCAL_OEM_MODULE:=
LOCAL_PRIVILEGED_MODULE:=
LOCAL_MODULE_OWNER:=
LOCAL_CTS_TEST_PACKAGE:=