Loading libs/vr/libvr_manager/Android.bp +11 −19 Original line number Original line Diff line number Diff line Loading @@ -12,25 +12,17 @@ // See the License for the specific language governing permissions and // See the License for the specific language governing permissions and // limitations under the License. // limitations under the License. exported_include_dirs = [ "include" ] cc_library_static { name: "libvr_manager", include_dirs = ["frameworks/native/include/vr/vr_manager"] srcs: [ src_files = [ "vr_manager.cpp", "vr_manager.cpp", "trusted_uids.cpp", "trusted_uids.cpp", ] ], include_dirs: ["frameworks/native/include/vr/vr_manager"], static_libs = [ export_include_dirs: [ "include" ], cflags: ["-Wall", "-Werror", "-Wunused", "-Wunreachable-code"], shared_libs: [ "libutils", "libutils", "libbinder", "libbinder", ] ], cc_library_static { srcs: src_files, include_dirs: include_dirs, export_include_dirs: exported_include_dirs, cflags: ["-Wall", "-Werror", "-Wunused", "-Wunreachable-code"], static_libs: static_libs, name: "libvr_manager", } } Loading
libs/vr/libvr_manager/Android.bp +11 −19 Original line number Original line Diff line number Diff line Loading @@ -12,25 +12,17 @@ // See the License for the specific language governing permissions and // See the License for the specific language governing permissions and // limitations under the License. // limitations under the License. exported_include_dirs = [ "include" ] cc_library_static { name: "libvr_manager", include_dirs = ["frameworks/native/include/vr/vr_manager"] srcs: [ src_files = [ "vr_manager.cpp", "vr_manager.cpp", "trusted_uids.cpp", "trusted_uids.cpp", ] ], include_dirs: ["frameworks/native/include/vr/vr_manager"], static_libs = [ export_include_dirs: [ "include" ], cflags: ["-Wall", "-Werror", "-Wunused", "-Wunreachable-code"], shared_libs: [ "libutils", "libutils", "libbinder", "libbinder", ] ], cc_library_static { srcs: src_files, include_dirs: include_dirs, export_include_dirs: exported_include_dirs, cflags: ["-Wall", "-Werror", "-Wunused", "-Wunreachable-code"], static_libs: static_libs, name: "libvr_manager", } }