* commit 'dfafee3b782cc48562126b9c4748cfa2f49f3158': Move sdk staging dir to a product-specific dir
This commit is contained in:
commit
9c777b3718
1 changed files with 1 additions and 1 deletions
|
@ -1513,7 +1513,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