Loading libs/hostgraphics/Android.bp +1 −10 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ cc_library_host_static { static_libs: [ "libbase", "libmath", "libui-types", "libutils", ], srcs: [ ":libui_host_common", "ADisplay.cpp", "ANativeWindow.cpp", "Fence.cpp", Loading @@ -29,15 +29,6 @@ cc_library_host_static { "PublicFormat.cpp", ], include_dirs: [ // Here we override all the headers automatically included with frameworks/native/include. // When frameworks/native/include will be removed from the list of automatic includes. // We will have to copy necessary headers with a pre-build step (generated headers). ".", "frameworks/native/libs/arect/include", "frameworks/native/libs/ui/include_private", ], header_libs: [ "libnativebase_headers", "libnativedisplay_headers", Loading Loading
libs/hostgraphics/Android.bp +1 −10 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ cc_library_host_static { static_libs: [ "libbase", "libmath", "libui-types", "libutils", ], srcs: [ ":libui_host_common", "ADisplay.cpp", "ANativeWindow.cpp", "Fence.cpp", Loading @@ -29,15 +29,6 @@ cc_library_host_static { "PublicFormat.cpp", ], include_dirs: [ // Here we override all the headers automatically included with frameworks/native/include. // When frameworks/native/include will be removed from the list of automatic includes. // We will have to copy necessary headers with a pre-build step (generated headers). ".", "frameworks/native/libs/arect/include", "frameworks/native/libs/ui/include_private", ], header_libs: [ "libnativebase_headers", "libnativedisplay_headers", Loading