summaryrefslogtreecommitdiffstats
path: root/cmds/app_process/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Link sigchain to main executableDmitriy Ivanov2014-10-161-2/+15
| | | | | | | | | | | | Also export necessary symbols to preempt calls from libart.so Bug: 15345057 Bug: 15426766 (cherry picked from commit 96e0cfa721925550b1cc39cdfd6084a878e6ffe2) Change-Id: I0930d96edde7dc0636e8d50d7c778f099237f748
* app_process: change app_process a symlink of primary versionYongqin Liu2014-05-141-2/+5
| | | | | | | | | | | | | Change app_process to be a symlink to the primary version and have app_process32/app_process64 be the 32-bit/64-bit versions respectively. This will make it possible to use the primary zygote for am/pm commands and other scripts that use app_process and don't need a specific zygote. Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ibef545994eb95ddc82101c95df613ad1d06345e6
* app_process: use LOCAL_MULTILIB := bothColin Cross2014-03-271-22/+3
| | | | | | | | | | | Use LOCAL_MULTILIB := both to build app_process64 instead of duplicating the build rule. Also causes PRODUCT_PACKAGES := app_process to install both versions on 64-bit platforms, as the module names for both app_process and app_process64 are now app_process. Change-Id: Ia3c3265d15475771b0cae8bace53b8fbf351c186
* build app_process64 on 64-bit targetsColin Cross2014-03-191-0/+22
| | | | | | | On 64-bit platforms builds two copies of app_process, the 32-bit app_process and 64-bit app_process64. Change-Id: I59d739b5df398ad0bd040c954c57640ff7ab3e72
* Add liblogYing Wang2013-04-091-0/+2
| | | | | Bug: 8580410 Change-Id: I746aa8258866508c3a725d0773faf4518096548f
* Move app_process and system_server back to frameworks/baseMike Lockwood2012-10-241-0/+41
| | | | | | | due to dependency on libandroid_runtime Change-Id: I96c0ba72ea406c9e7e63b9a160498187b6ec9b21 Signed-off-by: Mike Lockwood <lockwood@google.com>
* Move non-Java commands to frameworks/nativeMike Lockwood2012-10-241-41/+0
| | | | | Change-Id: Id77c2cecb27cec500dfe066e4430f9e67802a433 Signed-off-by: Mike Lockwood <lockwood@google.com>
* Build /system/bin/asan/app_process.Evgeniy Stepanov2012-04-041-0/+26
| | | | Change-Id: Id3fa26a1bc0e0832bfde73dbd3acce15ecce823d
* Revert "Build /system/bin/asan/app_process."Stephen Hines2012-04-041-20/+0
| | | This reverts commit cb5c734790e1e3d8496b4c75c57e8a537784c056
* Build /system/bin/asan/app_process.Evgeniy Stepanov2012-04-031-0/+20
| | | | Change-Id: Icdfe215a7e86466a07fe0508775c89963a0a4787
* Add back missing shared libraries used in executables in link commands. TheseDoug Kwan2009-10-041-0/+1
| | | | | | executables have calls to some shared libraries without explicitly linking them. Currently it works as linker links these libraries via dependencies of other libraries. This is fragile and not the right thing to do.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+14
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-14/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+14