summaryrefslogtreecommitdiffstats
path: root/profman
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-05-24 16:55:54 -0700
committerAndreas Gampe <agampe@google.com>2017-05-24 16:55:54 -0700
commit5115efb3369d522ad34b919114de2797bcd81642 (patch)
tree2cba2a6038f13e52f8d416a91ef0021d83c03017 /profman
parent7dd1e683ea61341323ba8b138684f4c4fbddb3ab (diff)
downloadandroid_art-5115efb3369d522ad34b919114de2797bcd81642.tar.gz
android_art-5115efb3369d522ad34b919114de2797bcd81642.tar.bz2
android_art-5115efb3369d522ad34b919114de2797bcd81642.zip
ART: Fix soong defaults order
Defaults are prepended in order of their appearance. Move debug defaults first. Bug: 31098551 Test: m test-art-host Change-Id: I9a64db34d0e398d336dac080c7234cad77b719ee
Diffstat (limited to 'profman')
-rw-r--r--profman/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/profman/Android.bp b/profman/Android.bp
index 2dcbaee456..a327ef2c16 100644
--- a/profman/Android.bp
+++ b/profman/Android.bp
@@ -49,8 +49,8 @@ art_cc_binary {
art_cc_binary {
name: "profmand",
defaults: [
- "profman-defaults",
"art_debug_defaults",
+ "profman-defaults",
],
shared_libs: [
"libartd",