Loading graphics/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ subdirs = [ "allocator/2.0", "allocator/2.0/default", "common/1.0", "composer/2.1", "composer/2.1/default", "mapper/2.0", Loading graphics/common/1.0/Android.bp 0 → 100644 +43 −0 Original line number Diff line number Diff line // This file is autogenerated by hidl-gen. Do not edit manually. genrule { name: "android.hardware.graphics.common@1.0_genc++", tool: "hidl-gen", cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.common@1.0", srcs: [ "types.hal", ], out: [ "android/hardware/graphics/common/1.0/types.cpp", ], } genrule { name: "android.hardware.graphics.common@1.0_genc++_headers", tool: "hidl-gen", cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.common@1.0", srcs: [ "types.hal", ], out: [ "android/hardware/graphics/common/1.0/types.h", ], } cc_library_shared { name: "android.hardware.graphics.common@1.0", generated_sources: ["android.hardware.graphics.common@1.0_genc++"], generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"], export_generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"], shared_libs: [ "libhidl", "libhwbinder", "libutils", "libcutils", ], export_shared_lib_headers: [ "libhidl", "libhwbinder", "libutils", ], } Loading
graphics/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ subdirs = [ "allocator/2.0", "allocator/2.0/default", "common/1.0", "composer/2.1", "composer/2.1/default", "mapper/2.0", Loading
graphics/common/1.0/Android.bp 0 → 100644 +43 −0 Original line number Diff line number Diff line // This file is autogenerated by hidl-gen. Do not edit manually. genrule { name: "android.hardware.graphics.common@1.0_genc++", tool: "hidl-gen", cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.common@1.0", srcs: [ "types.hal", ], out: [ "android/hardware/graphics/common/1.0/types.cpp", ], } genrule { name: "android.hardware.graphics.common@1.0_genc++_headers", tool: "hidl-gen", cmd: "$tool -o $genDir -Lc++ -randroid.hardware:hardware/interfaces android.hardware.graphics.common@1.0", srcs: [ "types.hal", ], out: [ "android/hardware/graphics/common/1.0/types.h", ], } cc_library_shared { name: "android.hardware.graphics.common@1.0", generated_sources: ["android.hardware.graphics.common@1.0_genc++"], generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"], export_generated_headers: ["android.hardware.graphics.common@1.0_genc++_headers"], shared_libs: [ "libhidl", "libhwbinder", "libutils", "libcutils", ], export_shared_lib_headers: [ "libhidl", "libhwbinder", "libutils", ], }