Make camera/drm helper classes available to system. am: 14adc6ebc0
am: 68b03188f3
Change-Id: Id8c0e71639f54b0bfddc27b540791ebbf1297683
This commit is contained in:
commit
386f28c8bd
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue