Move sdk staging dir to a product-specific dir. DO NOT MERGE.
So we can do incremental build across different SDK products.
(cherry picked from commit d7af176199
)
Change-Id: I7fc1489c00511b6689d738ee12f0347618c03aa3
This commit is contained in:
parent
eb01827bef
commit
eb76adb55f
1 changed files with 1 additions and 1 deletions
|
@ -1502,7 +1502,7 @@ endif
|
|||
# The SDK
|
||||
|
||||
# The SDK includes host-specific components, so it belongs under HOST_OUT.
|
||||
sdk_dir := $(HOST_OUT)/sdk
|
||||
sdk_dir := $(HOST_OUT)/sdk/$(TARGET_PRODUCT)
|
||||
|
||||
# Build a name that looks like:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue