am 40812f1c: am 1bf9f693: Merge "Use OUT_DIR in atree to find android.jar"

* commit '40812f1c4b312d8276eb2839c06d2d76dd4f97e1':
  Use OUT_DIR in atree to find android.jar
diff --git a/build/sdk.atree b/build/sdk.atree
index 1391476..cceec19 100644
--- a/build/sdk.atree
+++ b/build/sdk.atree
@@ -60,7 +60,7 @@
 sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop
 
 # the uper-jar file that apps link against. This is the public API
-out/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
+${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
 
 # the aidl precompiled include
 obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl