summaryrefslogtreecommitdiffstats
path: root/core/base_rules.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-03-14 00:17:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-14 00:17:52 +0000
commit4cbc4b392da57c34626af38a4ea0fe4dc115af57 (patch)
treec2f223e15c28217ee897616ad9e0ff0c91416e79 /core/base_rules.mk
parentae524f60bce085971480f27a6b75db13ad970c11 (diff)
parentae61f50a680d4a8e91274b35305dc2e24959abbe (diff)
downloadbuild-4cbc4b392da57c34626af38a4ea0fe4dc115af57.zip
build-4cbc4b392da57c34626af38a4ea0fe4dc115af57.tar.gz
build-4cbc4b392da57c34626af38a4ea0fe4dc115af57.tar.bz2
am ae61f50a: Support to configure and build multiple custom images.
* commit 'ae61f50a680d4a8e91274b35305dc2e24959abbe': Support to configure and build multiple custom images.
Diffstat (limited to 'core/base_rules.mk')
-rw-r--r--core/base_rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/base_rules.mk b/core/base_rules.mk
index ec3b59f..dfed3ea 100644
--- a/core/base_rules.mk
+++ b/core/base_rules.mk
@@ -116,6 +116,8 @@ ifeq ($(my_module_path),)
partition_tag := _VENDOR
else ifeq (true,$(LOCAL_OEM_MODULE))
partition_tag := _OEM
+ else ifeq (true,$(LOCAL_ODM_MODULE))
+ partition_tag := _ODM
else
# The definition of should-install-to-system will be different depending
# on which goal (e.g., sdk or just droid) is being built.