summaryrefslogtreecommitdiffstats
path: root/oatdump
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-08-23 09:43:46 -0700
committerAndreas Gampe <agampe@google.com>2017-08-23 16:06:00 -0700
commit3157fc26d96951ff4acfb4feb4597e74a92da2a7 (patch)
tree93c3a03a8eae4fc9f430531f25d8be3d4d8b5af7 /oatdump
parent27bd4dd81962b0e59df9318ae8efc83df99ebe0a (diff)
downloadandroid_art-3157fc26d96951ff4acfb4feb4597e74a92da2a7.tar.gz
android_art-3157fc26d96951ff4acfb4feb4597e74a92da2a7.tar.bz2
android_art-3157fc26d96951ff4acfb4feb4597e74a92da2a7.zip
ART: Move cmdline parser to header library
Express the cmdline parser as a header library. TODO: Express the libart dependency correctly. Test: m Change-Id: I9e90029d047ab0d75a455a2361d5213a8fa6f361
Diffstat (limited to 'oatdump')
-rw-r--r--oatdump/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/oatdump/Android.bp b/oatdump/Android.bp
index 1cd97c2b53..4851722734 100644
--- a/oatdump/Android.bp
+++ b/oatdump/Android.bp
@@ -24,7 +24,9 @@ cc_defaults {
shared_libs: ["libcutils"],
},
},
- include_dirs: ["art/cmdline"],
+ header_libs: [
+ "art_cmdlineparser_headers",
+ ],
}
art_cc_binary {