summaryrefslogtreecommitdiff
path: root/cmds/app_process
Commit message (Expand)AuthorAgeFilesLines
* Revert "Disable pointer authentication in app processes."Elliott Hughes2022-03-102-7/+0
* Disable pointer authentication in app processes.Peter Collingbourne2022-01-192-0/+7
* Stop exporting symbols from app_processRyan Prichard2021-06-112-1/+14
* Make libsigchain a regular shared library dependency of app_process.Nicolas Geoffray2021-03-093-35/+7
* [LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour2021-02-161-0/+17
* [MTE] Enable ASYNC MTE in the Zygote.Mitch Phillips2021-01-131-0/+9
* Move libsigchain version scripts to app_process, where they are used.Martin Stjernholm2020-04-173-2/+33
* Remove libhwbinder/libhidltransport depsSteven Moreland2019-09-091-1/+0
* app_process: use libhidlbaseSteven Moreland2019-06-171-0/+1
* Use suffixes instead of stems in the definition of module `app_process`.Roland Levillain2019-06-071-2/+2
* Convert frameworks/base/cmds/* to Android.bpColin Cross2019-03-292-68/+63
* Use ABI_STRING.Elliott Hughes2018-03-231-16/+2
* Merge "app_main: silence static analyzer warnings"George Burgess IV2017-07-121-0/+6
|\
| * app_main: silence static analyzer warningsGeorge Burgess IV2017-07-111-0/+6
* | Stop hwbinder threads from app_process.Martijn Coenen2017-04-192-1/+4
|/
* app_process: don't use PR_SET_NO_NEW_PRIVS.Josh Gao2017-01-171-4/+0
* App_process: Merge app_process and app_process__asanAndreas Gampe2016-11-301-30/+9
* App_process: Clean up sanitized binariesAndreas Gampe2016-11-301-35/+45
* LOCAL_CLANG := true is now the defaultGlenn Kasten2016-11-301-1/+0
* Merge "app_process: Forward -cp/-classpath to ART."Treehugger Robot2016-10-281-0/+46
|\
| * app_process: Forward -cp/-classpath to ART.Igor Murashkin2016-10-031-0/+46
* | Rely on the platform -std default.Elliott Hughes2016-10-071-1/+0
|/
* app_main: failure to PR_SET_NO_NEW_PRIVS is always fatal.Narayan Kamath2016-09-141-7/+1
* Remove unused includes.Dmitriy Filchenko2016-08-181-1/+0
* libsigchain: intercept bsd_signal on lp32Dimitry Ivanov2016-08-011-2/+5
* Handle long process names correctly.Dmitriy Filchenko2016-07-181-3/+1
* Remove calls to set_process_name.Dmitriy Filchenko2016-07-121-2/+3
* zygote: Remove NativeLoader initialization stepDimitry Ivanov2016-04-272-3/+0
* Renamed the function initialing nativeloaderDimitry Ivanov2016-03-171-1/+1
* Fix ASAN builds after app_process change.Nicolas Geoffray2016-02-262-1/+2
* zygote to preload public native librariesDimitry Ivanov2016-02-262-0/+3
* am 3244dc22: am 677cd087: am e9de1b4c: am 9a010d0a: Merge "Allow debugging on...Sebastien Hertz2015-08-181-2/+2
|\
| * Allow debugging only for apps forked from zygoteSebastien Hertz2015-08-101-2/+2
* | am d9f60741: am bf30b4fd: Merge "Add libwilhelm to app_process." into mnc-devChristopher Ferris2015-06-201-2/+11
|\|
| * Add libwilhelm to app_process.Christopher Ferris2015-06-171-2/+11
* | am 3a059d2d: am f35f66a8: Merge "Use new sanitizer option."Dan Albert2015-06-161-1/+1
|\ \ | |/ |/|
| * Use new sanitizer option.Dan Albert2015-06-161-1/+1
| * Update asan/app_process.Evgenii Stepanov2015-05-071-3/+5
* | Better systrace slices for application startup.Narayan Kamath2015-06-161-3/+0
* | Update asan/app_process.Evgenii Stepanov2015-05-281-3/+5
|/
* Explicitly use clang.Dan Albert2015-04-171-0/+1
* app_main missing include for sys/stat.hMark Salyzyn2015-04-011-5/+6
* Add mips64 support to app_process.Douglas Leung2014-12-171-1/+3
* Frameworks/base: Turn on -Wall -Werror in cmdsAndreas Gampe2014-11-072-14/+19
* am 9be7db6e: am 952dd924: Merge "Switch to libsigchain.a"Dmitriy Ivanov2014-10-212-27/+7
|\
| * Switch to libsigchain.aDmitriy Ivanov2014-10-202-27/+7
* | am d1e735ef: am ed583f5e: Merge "Link sigchain to main executable"Dmitriy Ivanov2014-10-142-2/+32
|\|
| * Link sigchain to main executableDmitriy Ivanov2014-10-092-2/+32
| * Change /dalvik-cache to be owned by root.Alex Light2014-08-281-3/+3
* | Clean entire arg block when setting process name.Jeff Brown2014-09-111-9/+20