diff options
| author | Andreas Gampe <agampe@google.com> | 2017-08-23 09:43:46 -0700 |
|---|---|---|
| committer | Andreas Gampe <agampe@google.com> | 2017-08-23 16:06:00 -0700 |
| commit | 3157fc26d96951ff4acfb4feb4597e74a92da2a7 (patch) | |
| tree | 93c3a03a8eae4fc9f430531f25d8be3d4d8b5af7 /dexoptanalyzer | |
| parent | 27bd4dd81962b0e59df9318ae8efc83df99ebe0a (diff) | |
| download | art-3157fc26d96951ff4acfb4feb4597e74a92da2a7.tar.gz art-3157fc26d96951ff4acfb4feb4597e74a92da2a7.tar.bz2 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 'dexoptanalyzer')
| -rw-r--r-- | dexoptanalyzer/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dexoptanalyzer/Android.bp b/dexoptanalyzer/Android.bp index da6663dd6b..715c209d7f 100644 --- a/dexoptanalyzer/Android.bp +++ b/dexoptanalyzer/Android.bp @@ -28,10 +28,6 @@ cc_defaults { }, }, - include_dirs: [ - "art/cmdline", - ], - shared_libs: [ "libbase", ], |
