Package: android-tools / 4.2.2+git20130529-5.1

Metadata

Package Version Patches format
android-tools 4.2.2+git20130529-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove selinux android.patch | (download)

extras/ext4_utils/make_ext4fs.c | 1 0 + 1 - 0 !
extras/ext4_utils/make_ext4fs_main.c | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 drop useless includes of android selinux extensions; avoids having to clone another module; this should be sent upstream
use capability.patch | (download)

core/include/private/android_filesystem_config.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use linux/capability.h on linux systems too
use local socket.patch | (download)

core/adb/adb.c | 6 5 + 1 - 0 !
core/adb/adb_client.c | 5 3 + 2 - 0 !
core/adb/transport_local.c | 3 2 + 1 - 0 !
3 files changed, 10 insertions(+), 4 deletions(-)

 adb: use local sockets where appropriate
ppc64el ftbfs.patch | (download)

extras/ext4_utils/ext4_utils.c | 1 1 + 0 - 0 !
extras/ext4_utils/make_ext4fs_main.c | 1 1 + 0 - 0 !
extras/ext4_utils/wipe.c | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 fix build failure on ppc64el
 On ppc64/ppc64el, the Linux kernel headers default to defining __u64 as
 'unsigned long int' for "compatibility".  However, this is incompatible
 with android-tools' own definition of the type.  Use the
 __SANE_USERSPACE_TYPES__ define to get kernel header behavior consistent
 with other architectures.
add bq vendor id.patch | (download)

core/adb/usb_vendors.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 let adb detect devices from bq.
cve 2014 1909.patch | (download)

core/adb/adb_client.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---