summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2015-02-20 13:54:25 -0800
committerJeff Davidson <jpd@google.com>2015-02-20 13:55:49 -0800
commit397181e1926b3fd44f584e4f436c3068146a9c22 (patch)
treef18b6c82aee51a55b7a396f9f6aa3e93812358e0
parent533768c3a568770b8dba1458db8c7ca46d1d3b6f (diff)
download22-darwin-397181e1926b3fd44f584e4f436c3068146a9c22.tar.gz
Import L Build Tools from git_lmp-mr1-release build 1735510
http://android-build/builds/git_lmp-mr1-release-mac-sdk_phone_mips-sdk/1735510/sdk-repo-darwin-build-tools-1735510.zip source.properties has been modified to make this appear as API 22 Change-Id: I19aa9207a7a6cce2f41d34fea7d654a8701362c1
-rwxr-xr-xaaptbin1388664 -> 1393764 bytes
-rwxr-xr-xaidlbin285356 -> 285356 bytes
-rwxr-xr-xdexdumpbin151584 -> 151548 bytes
-rw-r--r--jack.jarbin8640458 -> 8632399 bytes
-rw-r--r--jill.jarbin2948594 -> 2948562 bytes
-rw-r--r--lib/++.dylibbin1086100 -> 1086100 bytes
-rw-r--r--lib/cc.dylibbin246672 -> 246672 bytes
-rw-r--r--lib/cinfo.dylibbin680152 -> 680152 bytes
-rw-r--r--lib/dx.jarbin958093 -> 962823 bytes
-rwxr-xr-xlibbcc.dylibbin246672 -> 246672 bytes
-rwxr-xr-xlibbcinfo.dylibbin680152 -> 680152 bytes
-rw-r--r--libc++.dylibbin1086100 -> 1086100 bytes
-rwxr-xr-xllvm-rs-ccbin2006744 -> 2006744 bytes
-rw-r--r--mainDexClasses2
-rw-r--r--renderscript/include/rs_allocation.rsh6
-rw-r--r--source.properties2
-rw-r--r--split-selectbin1355604 -> 1365636 bytes
-rwxr-xr-xzipalignbin106336 -> 106336 bytes
18 files changed, 4 insertions, 6 deletions
diff --git a/aapt b/aapt
index e8e5eb7..55a2fd5 100755
--- a/aapt
+++ b/aapt
Binary files differ
diff --git a/aidl b/aidl
index 7532292..ec43258 100755
--- a/aidl
+++ b/aidl
Binary files differ
diff --git a/dexdump b/dexdump
index 95aa8d3..86ee693 100755
--- a/dexdump
+++ b/dexdump
Binary files differ
diff --git a/jack.jar b/jack.jar
index add4278..804a01b 100644
--- a/jack.jar
+++ b/jack.jar
Binary files differ
diff --git a/jill.jar b/jill.jar
index 80ff255..323bba5 100644
--- a/jill.jar
+++ b/jill.jar
Binary files differ
diff --git a/lib/++.dylib b/lib/++.dylib
index 837c0dc..63f553b 100644
--- a/lib/++.dylib
+++ b/lib/++.dylib
Binary files differ
diff --git a/lib/cc.dylib b/lib/cc.dylib
index 098eea2..adf335e 100644
--- a/lib/cc.dylib
+++ b/lib/cc.dylib
Binary files differ
diff --git a/lib/cinfo.dylib b/lib/cinfo.dylib
index ae66222..a976341 100644
--- a/lib/cinfo.dylib
+++ b/lib/cinfo.dylib
Binary files differ
diff --git a/lib/dx.jar b/lib/dx.jar
index 4bcab63..12b23e3 100644
--- a/lib/dx.jar
+++ b/lib/dx.jar
Binary files differ
diff --git a/libbcc.dylib b/libbcc.dylib
index 098eea2..adf335e 100755
--- a/libbcc.dylib
+++ b/libbcc.dylib
Binary files differ
diff --git a/libbcinfo.dylib b/libbcinfo.dylib
index ae66222..a976341 100755
--- a/libbcinfo.dylib
+++ b/libbcinfo.dylib
Binary files differ
diff --git a/libc++.dylib b/libc++.dylib
index 837c0dc..63f553b 100644
--- a/libc++.dylib
+++ b/libc++.dylib
Binary files differ
diff --git a/llvm-rs-cc b/llvm-rs-cc
index 93709c1..c191b1a 100755
--- a/llvm-rs-cc
+++ b/llvm-rs-cc
Binary files differ
diff --git a/mainDexClasses b/mainDexClasses
index 034d47e..28c0f0c 100644
--- a/mainDexClasses
+++ b/mainDexClasses
@@ -155,4 +155,4 @@ ${proguard} -injars ${@} -dontwarn -forceprocessing -outjars ${tmpOut} \
-libraryjars "${shrinkedAndroidJar}" -dontoptimize -dontobfuscate -dontpreverify \
-include "${baserules}" 1>/dev/null || exit 10
-java -cp "$jarpath" com.android.multidex.ClassReferenceListBuilder "${tmpOut}" ${@} || exit 11
+java -cp "$jarpath" com.android.multidex.MainDexListBuilder "${tmpOut}" ${@} || exit 11
diff --git a/renderscript/include/rs_allocation.rsh b/renderscript/include/rs_allocation.rsh
index cdf64e8..03bd1ca 100644
--- a/renderscript/include/rs_allocation.rsh
+++ b/renderscript/include/rs_allocation.rsh
@@ -374,8 +374,7 @@ extern const uchar __attribute__((overloadable))
#endif // (defined(RS_VERSION) && (RS_VERSION >= 18))
-// FIXME: this needs to be set to 22
-#if (defined(RS_VERSION) && (RS_VERSION >= 21))
+#if (defined(RS_VERSION) && (RS_VERSION >= 22))
#define VOP(T) \
extern T __attribute__((overloadable)) \
@@ -424,8 +423,7 @@ VOP(double4)
#undef VOP
-// FIXME
-#endif //(defined(RS_VERSION) && (RS_VERSION >= 21))
+#endif //(defined(RS_VERSION) && (RS_VERSION >= 22))
#endif
diff --git a/source.properties b/source.properties
index d62605c..a4a3cf7 100644
--- a/source.properties
+++ b/source.properties
@@ -1,5 +1,5 @@
Pkg.UserSrc=false
-//Pkg.Revision=22.1.2
+//Pkg.Revision=22.1.3
Archive.Os=MACOSX
Pkg.Revision=22.0.0
diff --git a/split-select b/split-select
index c1ce5d8..0f70265 100644
--- a/split-select
+++ b/split-select
Binary files differ
diff --git a/zipalign b/zipalign
index 7466ba8..3b7a7d6 100755
--- a/zipalign
+++ b/zipalign
Binary files differ