am 5c11a76b: Merge "Add debug.atrace.tags.enableflags=0 to /default.prop."

* commit '5c11a76badbea36c4f6b89a0d2b2dd2acee35a5d':
  Add debug.atrace.tags.enableflags=0 to /default.prop.
This commit is contained in:
Elliott Hughes 2014-09-04 00:04:59 +00:00 committed by Android Git Automerger
commit cc3b0c4113
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ PRODUCT_PACKAGES += \
selinux_version \
service_contexts
# Ensure that this property is always defined so that bionic_systrace.cpp
# can rely on it being initially set by init.
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.atrace.tags.enableflags=0
PRODUCT_COPY_FILES += \
system/core/rootdir/init.usb.rc:root/init.usb.rc \