Move sdk staging dir to a product-specific dir

So we can do incremental build across different SDK products.

(cherry picked from commit d7af17619983c4cf679abb034469098235e63ad5)

Change-Id: I30ebed5328123629519a64c793f94fc8d5aa09a8
diff --git a/core/Makefile b/core/Makefile
index 9e10417..38efbf3 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1510,7 +1510,7 @@
 # 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:
 #