diff options
-rw-r--r-- | libdexfile/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp index adb2d287ad..1f1f75b806 100644 --- a/libdexfile/Android.bp +++ b/libdexfile/Android.bp @@ -445,6 +445,7 @@ cc_library_static { // Required for the simpleperf binary in the NDK. No other modules than // //system/extras/simpleperf:simpleperf_ndk are allowed to use it. "//system/extras/simpleperf", + "//cts/tests/tests/simpleperf", ], defaults: [ "libdexfile_static_defaults", |