summaryrefslogtreecommitdiffstats
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
* healthd: normal and charger mode startupTodd Poynor2013-07-261-0/+11
| | | | | | | Command line flag -n tells healthd not to use (or wait for) servicemanager in charger mode. Change-Id: I255f9597dff6fc904f5ed20fd02f52c0531d14f8
* Merge "add property to adjust extra_free_kbytes kernel vm tunable"Colin Cross2013-07-261-0/+4
|\
| * add property to adjust extra_free_kbytes kernel vm tunableColin Cross2013-07-251-0/+4
| | | | | | | | | | | | | | | | | | ActivityManager can't directly write to extra_free_kbytes because /proc/sys rejects all chown and chmod syscalls. Proxy the writes through init by using the sys.sysctl.extra_free_kbytes property. Bug: 10024467 Change-Id: I441e00478421254355fcafb252bc878166483d4c
* | Generate init.environ.rc by populating BOOTCLASSPATHYing Wang2013-07-243-58/+42
|/ | | | | | | | | | - BOOTCLASSPATH now is derived from PRODUCT_BOOT_JARS, which is a product configuration variable set up by the core build system. - Moved files from the legacy ALL_PREBUILT to PRODUCT_COPY_FILES in build/target/product/embedded.mk. Bug: 9990214 Change-Id: I98bac36c1ca8c779dda572a0a5e0a22b7e4c4a7a
* am dafa66af: am 2aa33a3d: Add writable data space for radio.Robert Greenwalt2013-07-191-0/+1
|\ | | | | | | | | * commit 'dafa66afdd3729e2c65ccb8dced8ca3e137db437': Add writable data space for radio.
| * am 2aa33a3d: Add writable data space for radio.Robert Greenwalt2013-07-191-0/+1
| |\ | | | | | | | | | | | | * commit '2aa33a3dbd1147558098d9a2948450d363ffe468': Add writable data space for radio.
| | * Add writable data space for radio.Robert Greenwalt2013-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Storing carrier provisioning urls updates in /data/misc/radio. bug:9623159 Change-Id: I8d62d4638229733dea0f11f1729c4d22ae2295d1 I36697ed341353b7a3dbec5afe20241102e76f6f1
* | | Split framework jar.Jeff Brown2013-07-171-1/+1
| | | | | | | | | | | | Change-Id: I590de05f23669cf625030b479c786423f21c6159
* | | init.rc: Add input flinger.Jeff Brown2013-07-151-0/+7
| | | | | | | | | | | | Change-Id: Ibcb1116bdcd9189272db620910b9958c8ffb4552
* | | Merge "init.rc: configure memory cgroups"Rom Lemarchand2013-07-151-0/+13
|\ \ \
| * | | init.rc: configure memory cgroupsRom Lemarchand2013-07-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Create the memory cgroups folders and configure them Change-Id: I06c4bb486b204f7e98b0bc6757deec8bd7f6349e
* | | | am 9a4913d4: init.rc: remove "on fs" sectionNick Kralevich2013-07-151-8/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit '9a4913d422f4c18033333afe8e2e1d699b112d44': init.rc: remove "on fs" section
| * | | init.rc: remove "on fs" sectionNick Kralevich2013-07-121-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was only ever used by the emulator. Now the emulator uses an fstab file. Change-Id: I1a071e567e1f1a379f9c8079cc2dc17660d8455f
* | | | am 7d6ddc7d: am 2713be91: am fb1c9cf6: Merge "use ext4 instead of yaffs"Nick Kralevich2013-07-121-4/+4
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * commit '7d6ddc7d395e909d841bb7eadfc12a167076aecf': use ext4 instead of yaffs
| * | am fb1c9cf6: Merge "use ext4 instead of yaffs"Nick Kralevich2013-07-121-4/+4
| |\ \ | | | | | | | | | | | | | | | | * commit 'fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48': use ext4 instead of yaffs
| | * | use ext4 instead of yaffsNick Kralevich2013-07-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to allow the emulator to use ext4 images. Bug: https://code.google.com/p/android/issues/detail?id=38561 Change-Id: I02fde6382ad67cf7f4f3b695396841f70bb9301d
| | * | Merge "Added net.dns1 prop for emulator, as Android emulator ignores it by ↵Colin Cross2013-07-031-0/+1
| | |\ \ | | | | | | | | | | | | | | | default."
| | | * | Added net.dns1 prop for emulator, as Android emulator ignores it by default.Ron Munitz2013-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sets up the system property which is actually used by the Connectivity Service (frameworks/base/services/java/com/android/server/ConnectivityService.java). It fixes an (obsolete?) convention where the dns was affected directly by the interface (i.e. "net.eth0.dns1=10.0.2.3"), which causes the Android Emulator (goldfish) to ignore this value, and effectively have no DNS resolving at all. An immediate fix can be either add reference to net.eth%s.dns%s in the ConnectivityService and possibly on the dhcp code as well which would be bloated, or just stick to the apparant new convention. I chose the latter as a one line fix which gets the job done. Change-Id: Id4364129e9a82c1f48403068a837aca54de07944
* | | | | Add webviewchromium to BOOTCLASSPATH.Torne (Richard Coles)2013-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add /system/framework/webviewchromium.jar to BOOTCLASSPATH. This jar contains the implementation classes for the new WebView. It has been processed with jarjar to ensure that it doesn't define any classes outside of com.android. Change-Id: If65913638df0088f4dd7d62a087750b90038a7fb
* | | | | am 5f1a938e: am 3d8e8c14: am 9246f8d6: Merge "init.rc: remove duplicated ↵Colin Cross2013-05-201-6/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | led-related nodes" * commit '5f1a938e9c65829c3afebb4d92c8e93caecc3e11': init.rc: remove duplicated led-related nodes
| * | | | am 3d8e8c14: am 9246f8d6: Merge "init.rc: remove duplicated led-related nodes"Colin Cross2013-05-201-6/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '3d8e8c147b41dbc6a5e4edf6da1610a83623b5b2': init.rc: remove duplicated led-related nodes
| | * \ \ \ am 9246f8d6: Merge "init.rc: remove duplicated led-related nodes"Colin Cross2013-05-201-6/+0
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | * commit '9246f8d6def40a50933a980fac773a909f2138d7': init.rc: remove duplicated led-related nodes
| | | * | | init.rc: remove duplicated led-related nodesSungmin Choi2013-05-191-6/+0
| | | |/ / | | | | | | | | | | | | | | | Change-Id: Ibee7ef9137594fc4c30d3ab6ee7bdf3515836c62
* | | | | am 253e91b4: am 477e35d6: Revert "Add persistent property for SELinux ↵gcondra@google.com2013-05-201-6/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | enforcment status." * commit '253e91b4ffb631b188fdac0c1624786103471f05': Revert "Add persistent property for SELinux enforcment status."
| * | | | am 477e35d6: Revert "Add persistent property for SELinux enforcment status."gcondra@google.com2013-05-201-6/+0
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * commit '477e35d6d56c7fe9b2305becdf3ed4f590ddfbd6': Revert "Add persistent property for SELinux enforcment status."
| | * | | Revert "Add persistent property for SELinux enforcment status."repo sync2013-05-171-6/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit b89bdfde422eff751b3f939f10ab57e22af83eaa.
* | | | | am 43329bc1: am 8a387870: Revert "Reload policy after setting up the data ↵gcondra@google.com2013-05-201-4/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | partition." * commit '43329bc1c99c0f5f3670a8aaab39e54df34819a1': Revert "Reload policy after setting up the data partition."
| * | | | am 8a387870: Revert "Reload policy after setting up the data partition."gcondra@google.com2013-05-201-4/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '8a3878700eb9cd8ecf495cd01f15face5c3879c8': Revert "Reload policy after setting up the data partition."
| | * | | Revert "Reload policy after setting up the data partition."repo sync2013-05-171-4/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit fee250d27a9c03af1ba439047b976d89563b1887.
* | | | | am b9866649: am 52351300: Revert "Add a version check for SELinux policy on ↵gcondra@google.com2013-05-201-3/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | device." * commit 'b9866649e24d7b6eedcaf2e03ffc605a3417537d': Revert "Add a version check for SELinux policy on device."
| * | | | am 52351300: Revert "Add a version check for SELinux policy on device."gcondra@google.com2013-05-201-3/+3
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | * commit '52351300d156826bf22c493828571f45a1cea16a': Revert "Add a version check for SELinux policy on device."
| | * | Revert "Add a version check for SELinux policy on device."repo sync2013-05-171-3/+3
| | | | | | | | | | | | | | | | This reverts commit 921be8b6568df0057c4eacbac2e1022b71e09620.
* | | | am 5a98566d: am 921be8b6: Add a version check for SELinux policy on device.gcondra@google.com2013-05-141-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '5a98566d589408c78e35f4476f478a2fa1c13e78': Add a version check for SELinux policy on device.
| * | | am 921be8b6: Add a version check for SELinux policy on device.gcondra@google.com2013-05-141-3/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '921be8b6568df0057c4eacbac2e1022b71e09620': Add a version check for SELinux policy on device.
| | * | Add a version check for SELinux policy on device.repo sync2013-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps to ensure that when a new system image is installed, old userdata policy isn't applied over the top of it. Bug: 8841348 Change-Id: I135af32250aa62979763e775842ce0af3c8b6f9f
* | | | surfaceflinger is now always running in its own processMathias Agopian2013-05-091-3/+0
| | | | | | | | | | | | | | | | Change-Id: I1ae63347a8b6d406306ed894665674dd726b7d51
* | | | am cb4b9605: am 8794b2ee: Merge "Fix perms on /data/security"Colin Cross2013-04-301-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'cb4b9605cb923d071a546b444d10cbe21367d878': Fix perms on /data/security
| * | | am 8794b2ee: Merge "Fix perms on /data/security"Colin Cross2013-04-301-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit '8794b2eeb2bbd717ca18b8bef5d853f99334aabc': Fix perms on /data/security
| | * | Merge "Fix perms on /data/security"Colin Cross2013-05-011-1/+1
| | |\ \
| | | * | Fix perms on /data/securityWilliam Roberts2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installd and zygote need to be able to search the directory to access the policy files. Change-Id: I0679fd2084d2664dfb5a594f493317eff058415d
* | | | | am 63577d92: am fee250d2: Reload policy after setting up the data partition.gcondra@google.com2013-04-301-0/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '63577d9280e7919bfb7221030d211b833e66bb1e': Reload policy after setting up the data partition.
| * | | | am fee250d2: Reload policy after setting up the data partition.gcondra@google.com2013-04-301-0/+4
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | * commit 'fee250d27a9c03af1ba439047b976d89563b1887': Reload policy after setting up the data partition.
| | * | | Reload policy after setting up the data partition.repo sync2013-04-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This forces a policy reload + fixcon to deal with dynamically delivered policy changing labels on device nodes. It's implemented as a new keyword in init. Bug: 8702843 Change-Id: I803cf1ecf6ff8318ce25dcc5cda4f292adc9738c
* | | | | am d14586e3: resolved conflicts for merge of a69af5af to jb-mr2-dev-plus-aospKenny Root2013-04-301-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'd14586e35a3df39cc3aa6aff6a54463270a5e1a7': Track change to JSSE provider
| * | | | resolved conflicts for merge of a69af5af to jb-mr2-dev-plus-aospKenny Root2013-04-291-1/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Change-Id: If41560f0fef3103cad2172061a7988ceb5556377
| | * | | Track change to JSSE providerKenny Root2013-04-291-1/+1
| | | |/ | | |/| | | | | | | | | Change-Id: Iff9103fff3591983f2b172f83fd2a6e924986aa7
| | * | Merge "rootdir: goldfish: mount debugfs on boot time"Keun-young Park2013-04-051-0/+1
| | |\ \
| | | * | rootdir: goldfish: mount debugfs on boot timeYoung-Ho Cha2013-03-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | goldfish is ported to linux-3.4 and have capability to run atrace. But can't run atrace yet because debugfs is not mounted on boot time. Change-Id: I0ce23bde3b8d1b2a88d4238272123e3ab8cb6970 Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
* | | | | am 14ad7861: am 538b5d4e: Merge "Add persistent property for SELinux ↵gcondra@google.com2013-04-261-0/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | enforcment status." into jb-mr2-dev * commit '14ad786183455ad9c8298e24946d4da0f24458d7': Add persistent property for SELinux enforcment status.
| * | | | am 538b5d4e: Merge "Add persistent property for SELinux enforcment status." ↵gcondra@google.com2013-04-261-0/+6
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit '538b5d4e8e4c480b2120aa957fe3e11a2836a1b3': Add persistent property for SELinux enforcment status.