mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Make camera/drm helper classes available to system.
As VTS tests are considered system and link against these. Bug: 38302533 Bug: 62523241 Test: builds Change-Id: Iac5c872c58ec9646d6d6974aacceb930daad7e5e
This commit is contained in:
committed by
Steven Moreland
parent
acfcb3039a
commit
567cbf1148
@@ -1,6 +1,6 @@
|
||||
cc_library_static {
|
||||
name: "android.hardware.camera.common@1.0-helper",
|
||||
vendor: true,
|
||||
vendor_available: true,
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"CameraModule.cpp",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cc_library_static {
|
||||
name: "android.hardware.drm@1.0-helper",
|
||||
vendor: true,
|
||||
vendor_available: true,
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"SharedLibrary.cpp",
|
||||
|
||||
Reference in New Issue
Block a user