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:
Martijn Coenen
2017-06-20 08:56:12 -07:00
committed by Steven Moreland
parent acfcb3039a
commit 567cbf1148
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",