summaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authorFangzhou Liu <fzliu@google.com>2021-06-30 10:03:51 -0700
committerFangzhou Liu <fzliu@google.com>2021-07-07 20:57:44 -0700
commit56436037a3b71164a05282f075eeb16ff4fc92b5 (patch)
tree7da8cbd12380755295cbece5543265e67c5d99e2 /devices
parent04dca5d7238b985e200358ead4debaeecb3dd9fe (diff)
downloadcamera-56436037a3b71164a05282f075eeb16ff4fc92b5.tar.gz
Update Profiler and add infra structure to support customized profiler
implementation. This CL will enable interception of profiler calls from lyric. Bug: 191192127 Test: Pass unit tests Test: Pass cts tests Test: Pass camera test Change-Id: I1784de3ed2f23c0e1a567850f2167fc19fbdaa42
Diffstat (limited to 'devices')
-rw-r--r--devices/EmulatedCamera/hwl/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/EmulatedCamera/hwl/Android.bp b/devices/EmulatedCamera/hwl/Android.bp
index 0e20dec..a195bfd 100644
--- a/devices/EmulatedCamera/hwl/Android.bp
+++ b/devices/EmulatedCamera/hwl/Android.bp
@@ -44,6 +44,7 @@ cc_library_shared {
"android.hardware.camera.provider@2.7",
"android.hardware.sensors@1.0",
"android.hidl.allocator@1.0",
+ "lib_profiler",
"libbase",
"libcamera_metadata",
"libcutils",