Make camera/drm helper classes available to system. am: 14adc6ebc0

am: 68b03188f3

Change-Id: Id8c0e71639f54b0bfddc27b540791ebbf1297683
This commit is contained in:
Martijn Coenen 2017-06-20 18:53:20 +00:00 committed by android-build-merger
commit 386f28c8bd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
cc_library_static { cc_library_static {
name: "android.hardware.camera.common@1.0-helper", name: "android.hardware.camera.common@1.0-helper",
vendor: true, vendor_available: true,
defaults: ["hidl_defaults"], defaults: ["hidl_defaults"],
srcs: [ srcs: [
"CameraModule.cpp", "CameraModule.cpp",

View file

@ -1,6 +1,6 @@
cc_library_static { cc_library_static {
name: "android.hardware.drm@1.0-helper", name: "android.hardware.drm@1.0-helper",
vendor: true, vendor_available: true,
defaults: ["hidl_defaults"], defaults: ["hidl_defaults"],
srcs: [ srcs: [
"SharedLibrary.cpp", "SharedLibrary.cpp",