Commit graph

11865 commits

Author SHA1 Message Date
Greg Hackmann
f3fd1226e0 init.rc: disable ICMP redirects
Bug: 18604139

Change-Id: I4bf22d0029f8b03b0ef4329b7b8632d8e116c8e1
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2014-12-10 09:38:14 -08:00
Elliott Hughes
f84c6a1fcd am 6d587381: am afe3d271: Merge "Clean up libutils Android.mk"
* commit '6d587381de1b2d807b6e7917560d9bac43a46ba0':
  Clean up libutils Android.mk
2014-12-06 19:43:26 +00:00
Elliott Hughes
6d587381de am afe3d271: Merge "Clean up libutils Android.mk"
* commit 'afe3d2718b0d87ad7ebc6299c2aaa44a5178ae9d':
  Clean up libutils Android.mk
2014-12-06 19:36:44 +00:00
Elliott Hughes
afe3d2718b Merge "Clean up libutils Android.mk" 2014-12-06 19:24:07 +00:00
Trevor Drake
dabdbf9a6e Clean up libutils Android.mk
Removed LOCAL_C_INCLUDES as the external/zlib headers are no longer
referenced by anything in libutils.

Removed unused host_commonLdlibs build variable. This was referenced
by the lib64utils host target which was removed in commit 03cc1f747

Tested compiling some of the projects that make use of libcutils
using a clean out dir with the folllowing targets

aosp_arm-eng : make -j16 logd dexdump
aosp-flouder-userdebug : make -j16 keystore vold libjavacore logd
aosp-x86_64-eng : make -j16 keystore vold libjavacore logd dexdump

Change-Id: I663e52bbf28dde27866dad9429bf95ada6b594a5
2014-12-06 09:27:19 +00:00
Elliott Hughes
8ad7766d8b am 60b317df: am 3579f043: Merge "Clean up libziparchive Android.mk"
* commit '60b317dff8e8be306a74e2cf7322ecd164a0fa71':
  Clean up libziparchive Android.mk
2014-12-06 04:46:04 +00:00
Elliott Hughes
60b317dff8 am 3579f043: Merge "Clean up libziparchive Android.mk"
* commit '3579f043fbca8ecf7fefd5cc1889639d356ddd4b':
  Clean up libziparchive Android.mk
2014-12-06 04:40:29 +00:00
Elliott Hughes
3579f043fb Merge "Clean up libziparchive Android.mk" 2014-12-06 04:21:11 +00:00
Trevor Drake
f73237346e Clean up libziparchive Android.mk
Removed LOCAL_C_INCLUDES which are no longer necessary as zlib
now uses the LOCAL_EXPORT_C_INCLUDE_DIRS mechanism.

Removed a couple of redundant LOCAL_MODULE entries

Tested compiling some of the projects that make use of libziparchive
and libziparchive-host using a clean out dir with aosp_flounder-userdebug
aosp_arm-eng targets

make -j3 libziparchive libandroidfw libartd libart libjavacore libjavacoretests aapt

Change-Id: I2988f1b3a62d1df2b5eada4ad39a9246ac1184fb
2014-12-06 00:07:05 +00:00
Mark Salyzyn
f37bdd857d am 103edfa2: am 862e4d5b: Merge "logd: auditd remove logDmesg method"
* commit '103edfa217af18cfba1b805cb8a53f5dd1755ecb':
  logd: auditd remove logDmesg method
2014-12-05 21:35:27 +00:00
Mark Salyzyn
103edfa217 am 862e4d5b: Merge "logd: auditd remove logDmesg method"
* commit '862e4d5b98f8777b7a968e60e838a9d9bab5445c':
  logd: auditd remove logDmesg method
2014-12-05 21:27:25 +00:00
Mark Salyzyn
6dbc937809 am 1b56ab50: am e0a5ab5d: Merge "logcat: use liblog to determine -b all list"
* commit '1b56ab50e0433de0bfd2228294116adb5d51a940':
  logcat: use liblog to determine -b all list
2014-12-05 21:21:47 +00:00
Mark Salyzyn
862e4d5b98 Merge "logd: auditd remove logDmesg method" 2014-12-05 21:14:28 +00:00
Mark Salyzyn
eb06de716b logd: auditd remove logDmesg method
- logDmesg method consumes considerable memory
  resources (typically 128KB depending on kernel)
- In the future (eg: klogd, syslogd) there may be need to
  feed multiple logs or threads with the retrieved data.
- By moving the actions of logDmesg into the mainline that
  instantiates the thread objects, we can leverage a single
  allocation of the the kernel log allocation.
- logDmesg (private) is replaced with log (public) which
  has a more useful and descriptive purpose for the class.

Change-Id: Ie2dd0370661493c1e596a7e486904a0e8caab9ff
2014-12-05 20:56:44 +00:00
Mark Salyzyn
1b56ab50e0 am e0a5ab5d: Merge "logcat: use liblog to determine -b all list"
* commit 'e0a5ab5d56a3488377262e8fd14d3a90b7d74696':
  logcat: use liblog to determine -b all list
2014-12-05 20:25:40 +00:00
Mark Salyzyn
e0a5ab5d56 Merge "logcat: use liblog to determine -b all list" 2014-12-05 20:14:42 +00:00
Mark Salyzyn
d0bd1b1b58 logcat: use liblog to determine -b all list
- This is done to prevent the administrivia of adjusting
  logcat sources every time a new log id is added.

Change-Id: I0074afb00694c2c00f6c3a66e58c15691146a6c5
2014-12-05 20:14:30 +00:00
Elliott Hughes
8f4299bb9c am 34c8d309: am a48decd4: Merge "Clean up libzipfile Android.mk"
* commit '34c8d309b0c8db56809841d37e90a0ae3029bcbc':
  Clean up libzipfile Android.mk
2014-12-05 19:25:55 +00:00
Elliott Hughes
34c8d309b0 am a48decd4: Merge "Clean up libzipfile Android.mk"
* commit 'a48decd47b6ef8559418c7d1a68739c5ef50aaf8':
  Clean up libzipfile Android.mk
2014-12-05 19:16:36 +00:00
Elliott Hughes
a48decd47b Merge "Clean up libzipfile Android.mk" 2014-12-05 19:04:48 +00:00
Elliott Hughes
bf89d7f4ca am 45765c74: am e19e3fc7: Merge "Lose kill to toybox."
* commit '45765c74fcb3f2fbf4089228934e88d8737435da':
  Lose kill to toybox.
2014-12-05 17:04:51 +00:00
Elliott Hughes
45765c74fc am e19e3fc7: Merge "Lose kill to toybox."
* commit 'e19e3fc72d230809d75fff6d7b246a2cd2525029':
  Lose kill to toybox.
2014-12-05 16:57:11 +00:00
Elliott Hughes
e19e3fc72d Merge "Lose kill to toybox." 2014-12-05 16:43:04 +00:00
Trevor Drake
d8fc39a2ca Clean up libzipfile Android.mk
Switch to using libz instead of libunz as per the note in
external/zlib/Android.mk.

Removed LOCAL_C_INCLUDES which are no longer necessary as zlib
now uses the LOCAL_EXPORT_C_INCLUDE_DIRS mechanism.

Tested compiling the projects that make use of libzipfile using
a clean out dir with both aosp_flounder-userdebug and aosp_arm-eng

make -j16 test_zipfile fastboot adb adbd libSR_Core libsrec_jni

Change-Id: I5fdf34b6c272ae64c406e5b77ab67a5f5e4b5890
2014-12-05 15:59:03 +00:00
Elliott Hughes
049ee390df Lose kill to toybox.
Change-Id: Icca3eb4b78e07eb49b090cc98dc3ca3f5c5ea8a6
2014-12-04 20:08:26 -08:00
Andreas Gampe
6a0a1b5322 am df8d6f6e: am 7f55e82c: Merge "Toolbox: Disable unused-XXX warnings"
* commit 'df8d6f6eeb2821cc25ecc2bd400a97658a4d7000':
  Toolbox: Disable unused-XXX warnings
2014-12-05 03:44:23 +00:00
Andreas Gampe
df8d6f6eeb am 7f55e82c: Merge "Toolbox: Disable unused-XXX warnings"
* commit '7f55e82cd2673c89d7fc52e076b81f2379a75283':
  Toolbox: Disable unused-XXX warnings
2014-12-05 03:38:15 +00:00
Andreas Gampe
7f55e82cd2 Merge "Toolbox: Disable unused-XXX warnings" 2014-12-05 03:23:41 +00:00
Andreas Gampe
e826877117 Toolbox: Disable unused-XXX warnings
For build-system CFLAGS clean-up, disable warnings locally.

Should be reverted when the code is fixed.

Bug: 18632512
Change-Id: Ia373784ec36d37545a7e50db1df9f8cc37d7bf30
2014-12-04 18:01:26 -08:00
Elliott Hughes
923ee1c983 am 79991acb: am ba037592: Merge "Lose vmstat to toybox."
* commit '79991acbfc686bdca8053a4d82a042f274a3870c':
  Lose vmstat to toybox.
2014-12-05 00:15:51 +00:00
Elliott Hughes
7b64feab77 am 1d345ecd: am 81c23f3c: Merge "Use __arm__ instead of ARCH_ARM."
* commit '1d345ecd95be52a7ad0766424402c3cf1726fbee':
  Use __arm__ instead of ARCH_ARM.
2014-12-05 00:15:43 +00:00
Elliott Hughes
1a1a885a72 am da630f38: am 8163104b: Merge "Remove dead code."
* commit 'da630f38d28f24e30eeaf7796ecd8d64e0784428':
  Remove dead code.
2014-12-05 00:15:05 +00:00
Badhri Jagan Sridharan
c8e84fe7d1 am ad32ebec: am 97133621: Merge "system: core: fastboot: Increase USB protocol buffer size to 1024"
* commit 'ad32ebecc9a0d781f66f39f467be0b30cc05f65b':
  system: core: fastboot: Increase USB protocol buffer size to 1024
2014-12-05 00:15:03 +00:00
Paul Lawrence
22bb896b74 Merge "Fix build" 2014-12-04 22:58:07 +00:00
Elliott Hughes
79991acbfc am ba037592: Merge "Lose vmstat to toybox."
* commit 'ba03759264e62d5592688957cb70ffa567356074':
  Lose vmstat to toybox.
2014-12-04 22:57:17 +00:00
Paul Lawrence
731136ca36 Fix build
Change-Id: I9b493fd5fc5c5f62f02bc5234ccca2a5118380b4
2014-12-04 14:54:18 -08:00
Elliott Hughes
1d345ecd95 am 81c23f3c: Merge "Use __arm__ instead of ARCH_ARM."
* commit '81c23f3cfe64fc63bf7e5fadf86d08f44d5306df':
  Use __arm__ instead of ARCH_ARM.
2014-12-04 22:45:15 +00:00
Elliott Hughes
ba03759264 Merge "Lose vmstat to toybox." 2014-12-04 22:42:08 +00:00
Elliott Hughes
da630f38d2 am 8163104b: Merge "Remove dead code."
* commit '8163104b3feb575a321b194a70ecb9873a70b29d':
  Remove dead code.
2014-12-04 22:38:15 +00:00
Badhri Jagan Sridharan
ad32ebecc9 am 97133621: Merge "system: core: fastboot: Increase USB protocol buffer size to 1024"
* commit '971336213a32e5f3841bc22413632e0108f1c9e2':
  system: core: fastboot: Increase USB protocol buffer size to 1024
2014-12-04 22:38:14 +00:00
Paul Lawrence
6020f9bb8c Merge "Add adb enable-verity" 2014-12-04 22:24:39 +00:00
Elliott Hughes
81c23f3cfe Merge "Use __arm__ instead of ARCH_ARM." 2014-12-04 22:20:16 +00:00
Elliott Hughes
22a40e6a7a Use __arm__ instead of ARCH_ARM.
Change-Id: I777da5757f01d8328d5475e654d56d81dc802655
2014-12-04 14:17:26 -08:00
Paul Lawrence
7c442e1700 Add adb enable-verity
Note that it is *easy* to break your phone with this feature. It is
not a bug that reenabling verity after changing one byte of the system
partition stops the device booting.

Bug: 18529433
Change-Id: I632e91281884471a362960f1ba30312d2669b8ff
2014-12-04 14:14:58 -08:00
Elliott Hughes
4231485db0 am caaaa278: am 6855af41: Merge "libpixelflinger should #define __ARM_HAVE_NEON."
* commit 'caaaa278651590bb838e4bb550303771a167eaaf':
  libpixelflinger should #define __ARM_HAVE_NEON.
2014-12-04 19:59:16 +00:00
Elliott Hughes
caaaa27865 am 6855af41: Merge "libpixelflinger should #define __ARM_HAVE_NEON."
* commit '6855af4135c9cd29a42f7c22ca7c394d902faea5':
  libpixelflinger should #define __ARM_HAVE_NEON.
2014-12-04 19:51:25 +00:00
Elliott Hughes
8163104b3f Merge "Remove dead code." 2014-12-04 19:06:48 +00:00
Badhri Jagan Sridharan
971336213a Merge "system: core: fastboot: Increase USB protocol buffer size to 1024" 2014-12-04 18:58:46 +00:00
Elliott Hughes
c8034164bb am fa969cd1: am 023bc0a4: Merge "Fix deadlocks."
* commit 'fa969cd1f93d186acc9ce781fffa6a2f66f915ea':
  Fix deadlocks.
2014-12-04 16:17:15 +00:00
Elliott Hughes
fa969cd1f9 am 023bc0a4: Merge "Fix deadlocks."
* commit '023bc0a426d0500904d5a9d2ddf4b7dfecf9ce6a':
  Fix deadlocks.
2014-12-04 09:22:00 +00:00