commit | f4cb3cea6671c114930bbff12a91e65144697d9a | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Sep 03 14:15:24 2015 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Sep 03 14:21:07 2015 -0700 |
tree | 951f14d49758793b2584dd5b8cb0ce3ce1d82ffe | |
parent | 40a8bb3b2290f77a90735633eab350133f9bb9d2 [diff] [blame] |
move init.trace.rc to frameworks/native init.trace.rc will be renamed to atrace.rc and use the LOCAL_INIT_RC mechanism to be included on /system appropriately. Bug 23186545 Change-Id: Ic5833b4bb6e6364e4fef6ab4882ae75f8f3856e9
diff --git a/cmds/atrace/Android.mk b/cmds/atrace/Android.mk index 028ca8f..a787e95 100644 --- a/cmds/atrace/Android.mk +++ b/cmds/atrace/Android.mk
@@ -17,4 +17,6 @@ libutils \ libz \ +LOCAL_INIT_RC := atrace.rc + include $(BUILD_EXECUTABLE)