summaryrefslogtreecommitdiffstats
path: root/core/base_rules.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-03-14 00:31:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-14 00:31:44 +0000
commitd4ca3b38d9477cd8f163de75bff24cc97071f210 (patch)
treefc001f9389a6c1efff6e235a314166399d019cd5 /core/base_rules.mk
parent78c6a1cb1ad421d7c7e88eae3d5284a6a5daa552 (diff)
parent4cbc4b392da57c34626af38a4ea0fe4dc115af57 (diff)
downloadbuild-d4ca3b38d9477cd8f163de75bff24cc97071f210.zip
build-d4ca3b38d9477cd8f163de75bff24cc97071f210.tar.gz
build-d4ca3b38d9477cd8f163de75bff24cc97071f210.tar.bz2
am 4cbc4b39: am ae61f50a: Support to configure and build multiple custom images.
* commit '4cbc4b392da57c34626af38a4ea0fe4dc115af57': 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 38f04f1..99107ab 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.