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