commit | 4fff0440b058e4b3898d3fbf52c4376938e2d0e1 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Thu Mar 14 13:21:50 2019 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Thu Mar 14 22:43:02 2019 +0800 |
tree | e1e7904f16ca84b8b8f9f4bf101f837aced5fd56 | |
parent | dbfe39faa2e7118ec6fb909a0482c5315b7ca3dd [diff] |
Disable RescueParty in GSI temporary RescueParty reboot the device to recovery mode if there is any priv app die continuously. The behavior blocks the testing. Disable the feature temporary before all problem apps fixed. Bug: 120679683 Test: Boot a device with GSI and a die app Test: Unplug USB and does not auto reboot Change-Id: I70e5b7222299c6d0173d87e41d7a68beeda77dd5
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.