summaryrefslogtreecommitdiffstats
path: root/profman
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-01-30 18:48:51 +0000
committerDavid Sehr <sehr@google.com>2018-01-30 18:48:51 +0000
commit787784f9effb126b5d0d3dc97d544c4a477b5daf (patch)
tree1ff6d9fd284a4dd2a337165dff20e71137997c9d /profman
parentb40b7e73469339a6b667b4a2e2b8690112a74dc9 (diff)
downloadandroid_art-787784f9effb126b5d0d3dc97d544c4a477b5daf.tar.gz
android_art-787784f9effb126b5d0d3dc97d544c4a477b5daf.tar.bz2
android_art-787784f9effb126b5d0d3dc97d544c4a477b5daf.zip
Revert "Make libdexfile build independent of runtime dir"
This reverts commit b40b7e73469339a6b667b4a2e2b8690112a74dc9. Reason for revert: on device libdexfile.so missing Change-Id: I9bd61a98bef870400580e8c991cb061d3f57fa72
Diffstat (limited to 'profman')
-rw-r--r--profman/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/profman/Android.bp b/profman/Android.bp
index 6592b9dec0..ea682b40a0 100644
--- a/profman/Android.bp
+++ b/profman/Android.bp
@@ -31,7 +31,6 @@ cc_defaults {
},
shared_libs: [
- "libdexfile",
"libbase",
],
}