aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2018-02-15 13:25:14 -0800
committerAlex Light <allight@google.com>2018-02-16 22:58:54 +0000
commitf95bed42ee12e5ff2d68ef519b1e73a6e056a58b (patch)
tree70dce84253be938861a30668780b51899d76cb6c
parent734870ddbf1ab56699d2d482db9bb28f5a2c97f9 (diff)
downloaddexmaker-f95bed42ee12e5ff2d68ef519b1e73a6e056a58b.tar.gz
Support new slicer header location
The location of slicer headers has changed. Since this is an external project we will just add the new location to the include path for now until upstream can be updated. Bug: 65422458 Test: build. Test: cts-tradefed run cts -m CtsInlineMockingTestCases Change-Id: I2b79cf5e9b8fd89ae26cdeb0143c31479f00037a
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index be51825..245d3e8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -81,6 +81,8 @@ cc_defaults {
// As an NDK-based library we cannot depend on libopenjdkjvmti_headers.
include_dirs: [
"art/openjdkjvmti/include",
+ // TODO Remove once upstream has updated to new slicer.
+ "tools/dexter/slicer/export/slicer",
],
}