am e503fcd5: am 7e27c8e1: Merge "Pass OUT_DIR variable to atree."

* commit 'e503fcd52ec8bbcc9fd4ea4b242f73c6c2cae3d3':
  Pass OUT_DIR variable to atree.
diff --git a/core/Makefile b/core/Makefile
index edde15f..be15de9 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1390,6 +1390,7 @@
 			-I $(HOST_OUT) \
 			-I $(TARGET_COMMON_OUT_ROOT) \
 			-v "PLATFORM_NAME=android-$(PLATFORM_VERSION)" \
+			-v "OUT_DIR=$(OUT_DIR)" \
 			-o $(PRIVATE_DIR) && \
 		cp -f $(target_notice_file_txt) \
 				$(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \