Remove unused dalvik.vm.stack-trace-dir.

Bug: http://b/73140330
Test: boots
Change-Id: I6145b7af8224165546b1fbdb95b4d2ac2c1f0997
This commit is contained in:
Elliott Hughes 2018-03-28 14:57:58 -07:00
parent 3cf75cf2bb
commit f12e8f81bd
1 changed files with 0 additions and 4 deletions

View File

@ -346,10 +346,6 @@ BUILD_WITHOUT_PV := true
ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android
# Sets the location that the runtime dumps stack traces to when signalled
# with SIGQUIT. Stack trace dumping is turned on for all android builds.
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.stack-trace-dir=/data/anr
# ------------------------------------------------------------ # ------------------------------------------------------------
# Define a function that, given a list of module tags, returns # Define a function that, given a list of module tags, returns
# non-empty if that module should be installed in /system. # non-empty if that module should be installed in /system.