diff options
Diffstat (limited to 'camera/device/1.0/default/Android.bp')
-rw-r--r-- | camera/device/1.0/default/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camera/device/1.0/default/Android.bp b/camera/device/1.0/default/Android.bp index 9ff6480d4b..f875d77f68 100644 --- a/camera/device/1.0/default/Android.bp +++ b/camera/device/1.0/default/Android.bp @@ -19,6 +19,7 @@ cc_library_shared { "libhidlmemory", "libutils", "android.hardware.camera.device@1.0", + "vendor.qti.hardware.camera.device@1.0", "android.hardware.camera.common@1.0", "android.hardware.graphics.allocator@2.0", "android.hardware.graphics.mapper@2.0", @@ -40,4 +41,9 @@ cc_library_shared { "media_plugin_headers", ], export_include_dirs: ["."], + sdclang: false, // See b/163842697 + // Since this platform module has been forked to depend on a vendor + // proprietary library, we exclude it from the vendor snapshot so that it + // will be built from source as part of the vendor build. + exclude_from_vendor_snapshot: true, } |