commit | 6ccea293b420487898d28c17ae0837187b819b97 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Oct 03 02:58:52 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 03 02:58:52 2017 +0000 |
tree | f656727772b7476f97b62cb33167240c5d7b1739 | |
parent | 61f05e59637729026a0911546763137ac0dff5f8 [diff] | |
parent | b6d13ae187804459b4b5e6c3d676c940d5f27be1 [diff] |
Move host flags from linux -> host am: cd58088ccf Change-Id: If60258b3bf78cd9ed1c9b9dcbfb2d7bfa650d10d
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index cf2ac4e..7ab6699 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp
@@ -67,7 +67,7 @@ target: { // Always disable optimizations for host to make it easier to debug. - linux: { + host: { cflags: ["-O0", "-g"], }, },