summaryrefslogtreecommitdiffstats
path: root/profman
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 /profman
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 'profman')
-rw-r--r--profman/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/profman/Android.bp b/profman/Android.bp
index 2a45c462b0..ea682b40a0 100644
--- a/profman/Android.bp
+++ b/profman/Android.bp
@@ -30,10 +30,6 @@ cc_defaults {
},
},
- include_dirs: [
- "art/cmdline",
- ],
-
shared_libs: [
"libbase",
],