Merge "Allow heapprofd to read test files." am: eda65027c7

am: b3f934c382

Change-Id: I96f2c358aae4eeeb15ffead648228586499ee075
This commit is contained in:
Florian Mayer 2019-03-28 11:46:08 -07:00 committed by android-build-merger
commit 512ff44523

View file

@ -42,6 +42,7 @@ unix_socket_connect(heapprofd, traced_producer, traced)
# When handling profiling for all processes, heapprofd needs to read # When handling profiling for all processes, heapprofd needs to read
# executables/libraries/etc to do stack unwinding. # executables/libraries/etc to do stack unwinding.
userdebug_or_eng(` userdebug_or_eng(`
r_dir_file(heapprofd, nativetest_data_file)
r_dir_file(heapprofd, system_file_type) r_dir_file(heapprofd, system_file_type)
r_dir_file(heapprofd, apk_data_file) r_dir_file(heapprofd, apk_data_file)
r_dir_file(heapprofd, dalvikcache_data_file) r_dir_file(heapprofd, dalvikcache_data_file)