- 17 Jan, 2012 3 commits
-
-
Steve Block authored
Change-Id: Ia0476219b71ece949595515ee07ea072ed349d73
-
Steve Block authored
Change-Id: Ia9a357dec5ad12eea93fd03401a3b02b38e4e94f
-
Steve Block authored
Change-Id: Ifb82ae2c242becaffa3cf19e548b526e6616c2c7
-
- 13 Jan, 2012 1 commit
-
-
Jean-Baptiste Queru authored
-
- 12 Jan, 2012 1 commit
-
-
Tanguy Pruvot authored
rmmod /system/modules/multitouch.ko rmmod: delete_module '/multitouch' failed (errno 2) Signed-off-by:
Tanguy Pruvot <tanguy.pruvot@gmail.com>
-
- 11 Jan, 2012 7 commits
-
-
Dima Zavin authored
Change-Id: Ic2472606e869d23c0f499a192cd7bb21ca3cf5b5 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Change-Id: I3c284860cc8d5106ac2b086e62baeb6263873935 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
If we process the import directive inline, then the ordering of the commands for the "on xxx" sections would be a little unexpected. The init.rc files do not really have an implied order as to which section appears and gets processed first. The init code itself provides that ordering explicitly. For the user, the expectation is that if both the current file and the imported file define a section (e.g. "on init"), then the commands in the current file will be executed first, and then the ones from the imported file(s). The current implementation did not do that. It processed the import directive inline, and thus the imported (i.e. dependent) files would appear first in the command lists for the sections. This created unintended side effects and the solution would have been to try and put the import lines somewhere in the middle of the init file. This would be difficult to notice and hard to extract the dependencies. To solve this, we add the imports to a list for each file being parsed and process the list after finishing parsing the file. This provides predictable order for imports and provides a logical flow from the user perspective: the currently parsed file gets to run its commands before the files being imported. Change-Id: I06dc35ff286314060e16b18923683cd2787269de Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Also, clean up how we initialize the ro.xx properties and process the kernel command line. Change-Id: Iedda6c90e31340a189171a44b2767480403354f7 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
This removes the hardcoding of the file import in init and instead allows the init.rc file to fully control what is loaded. Change-Id: I933e5bbab57f1e8705a370d660f92c6508da94d2 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
Adds new property syntax in init files during init file filename expansion during the import command: ${prop.name} So, one can do: import /init.${ro.hardware}.usb.rc Should convert other usages of property names to use the new function. Change-Id: I9205d7d7a2da620bc8e6b89ac0eb554fad53ded3 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
The property service is still started later, but the property area and the initial boot properties are initialized before the init.rc file is processed. This allows init.rc files to have access to boot properties during parsing. Change-Id: Iae9ed1093c821831a864b39ae6bc697e62b94757 Signed-off-by:
Dima Zavin <dima@android.com>
-
- 09 Jan, 2012 1 commit
-
-
Steve Block authored
This is now required by some projects. Change-Id: If4015c6a9f2391b205d2886bcf7f6e51f371ce08
-
- 29 Dec, 2011 1 commit
-
-
Steve Block authored
These are now required by some projects. Change-Id: I0d51c950178504474d803620a6cd1c9f084804b5
-
- 14 Dec, 2011 2 commits
-
-
The Android Open Source Project authored
Change-Id: Iaea0ecf6fc4429640a1d8811ec2034ea0f9eb48e
-
The Android Automerger authored
-
- 13 Dec, 2011 4 commits
-
-
Jesse Hall authored
* commit '7cd3e0a3': Document ANativeWindow's buffer refcounting
-
The Android Open Source Project authored
Change-Id: I3f3a977f341cca1f9e0b4a0567fe5fb9f6dd7e0d
-
The Android Automerger authored
-
Jesse Hall authored
Change-Id: I5454e90afd1a1b7d4a75c503f8dca712dba33790
-
- 10 Dec, 2011 1 commit
-
-
Christopher Tate authored
* commit 'b1dfffe6': Fix 'adb backup' on Windows
-
- 09 Dec, 2011 1 commit
-
-
Christopher Tate authored
Use the same call sequence that 'adb pull' uses for creating the output file. adb_open_mode() apparently does not work on Windows hosts. Bug 5733007 Change-Id: I48d719c4657c93e19f6790cf1c6da610d49f5806
-
- 08 Dec, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: I90f80bed70319b9973996b74f78b421b87eef8e7
-
- 06 Dec, 2011 1 commit
-
-
The Android Automerger authored
-
- 05 Dec, 2011 2 commits
-
-
Vladimir Chtchetkine authored
* commit 'ce48083f': Fixes ADB crash on Windows due to large number of connections. do not merge.
-
Vladimir Chtchetkine authored
The reason for the crash is that ADB on Windows uses WaitForMultipleObjects to wait on connection events. When number of connections exceeds 64, ADB crashes, because WaitForMultipleObjects API doesn't support more than 64 handles. This CL contains a fixer routine that allows waiting on an arbitrary number of handles. (cherry picked from commit ac52833e) Change-Id: I8ad264765e5b38d01a31e42b445f97ea86e49948
-
- 28 Nov, 2011 1 commit
-
-
The Android Automerger authored
-
- 22 Nov, 2011 3 commits
-
-
The Android Automerger authored
-
Nick Pelly authored
* commit 'f9c1fcc5': Replace vendor specific NfcGoogle.apk with generic Nfc.apk
-
Nick Pelly authored
-
- 21 Nov, 2011 1 commit
-
-
Nick Pelly authored
The access control changes allow us to just use Nfc.apk with the regular platform certificate, instead of the custom signed NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle and just build it out of packages/apps/Nfc now. The package name is also reverted from com.android.nfc3 to com.android.nfc The NFC uid needs to get bumped (25 to 27) to allow the cert change. Bug: 5608249 Change-Id: I5e178b469e5210cd231ba5f4ea57aa666b3d8893
-
- 17 Nov, 2011 2 commits
-
-
Andy McFadden authored
* commit '2a38657d': DO NOT MERGE - disable memory dumps
-
Andy McFadden authored
-
- 16 Nov, 2011 4 commits
-
-
Andy McFadden authored
This disables the hex dumps of memory for registers other than PC and LR. Bug 5484924 Change-Id: I26cff857e5d01ed30548ca3e55bdddd63b592c0c
-
The Android Open Source Project authored
* commit 'b90cb1d2':
-
The Android Open Source Project authored
* commit 'c6023243':
-
The Android Open Source Project authored
Change-Id: I9671d18aeee882196d56644533c962942c4fbb70
-
- 15 Nov, 2011 2 commits
-
-
Steve Block authored
* commit '25a89e77': Fix build
-
Steve Block authored
Change-Id: Icbe57024e6018600d47a68132f53f15d7602dc92
-
- 10 Nov, 2011 1 commit
-
-
The Android Automerger authored
-