Loading debuggerd/Android.bp +8 −6 Original line number Diff line number Diff line Loading @@ -21,8 +21,11 @@ cc_defaults { local_include_dirs: ["include"], product_variables: { debuggable: { cflags: ["-UANDROID_DEBUGGABLE", "-DANDROID_DEBUGGABLE=1"], } cflags: [ "-UANDROID_DEBUGGABLE", "-DANDROID_DEBUGGABLE=1", ], }, }, } Loading Loading @@ -494,7 +497,7 @@ cc_defaults { header_libs: [ "bionic_libc_platform_headers", "libdebuggerd_common_headers" "libdebuggerd_common_headers", ], static_libs: [ Loading Loading @@ -552,7 +555,6 @@ prebuilt_etc { }, } // This installs the "other" architecture (so 32-bit on 64-bit device). prebuilt_etc { name: "crash_dump.policy_other", Loading debuggerd/proto/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -52,4 +52,3 @@ java_library_static { sdk_version: "current", static_libs: ["libprotobuf-java-lite"], } debuggerd/rust/tombstoned_client/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ cc_library_static { "wrapper.cpp", ], generated_sources: [ "libtombstoned_client_rust_bridge_code" "libtombstoned_client_rust_bridge_code", ], header_libs: [ "libbase_headers", Loading debuggerd/test_permissive_mte/Android.bp +16 −10 Original line number Diff line number Diff line Loading @@ -31,8 +31,14 @@ cc_binary { java_test_host { name: "permissive_mte_test", libs: ["tradefed"], static_libs: ["frameworks-base-hostutils", "cts-install-lib-host"], srcs: ["src/**/PermissiveMteTest.java", ":libtombstone_proto-src"], static_libs: [ "frameworks-base-hostutils", "cts-install-lib-host", ], srcs: [ "src/**/PermissiveMteTest.java", ":libtombstone_proto-src", ], data: [":mte_crash"], test_config: "AndroidTest.xml", test_suites: ["general-tests"], Loading debuggerd/crasher/Android.bp +1 −1 File changed.Contains only whitespace changes. Show changes Loading
debuggerd/Android.bp +8 −6 Original line number Diff line number Diff line Loading @@ -21,8 +21,11 @@ cc_defaults { local_include_dirs: ["include"], product_variables: { debuggable: { cflags: ["-UANDROID_DEBUGGABLE", "-DANDROID_DEBUGGABLE=1"], } cflags: [ "-UANDROID_DEBUGGABLE", "-DANDROID_DEBUGGABLE=1", ], }, }, } Loading Loading @@ -494,7 +497,7 @@ cc_defaults { header_libs: [ "bionic_libc_platform_headers", "libdebuggerd_common_headers" "libdebuggerd_common_headers", ], static_libs: [ Loading Loading @@ -552,7 +555,6 @@ prebuilt_etc { }, } // This installs the "other" architecture (so 32-bit on 64-bit device). prebuilt_etc { name: "crash_dump.policy_other", Loading
debuggerd/proto/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -52,4 +52,3 @@ java_library_static { sdk_version: "current", static_libs: ["libprotobuf-java-lite"], }
debuggerd/rust/tombstoned_client/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ cc_library_static { "wrapper.cpp", ], generated_sources: [ "libtombstoned_client_rust_bridge_code" "libtombstoned_client_rust_bridge_code", ], header_libs: [ "libbase_headers", Loading
debuggerd/test_permissive_mte/Android.bp +16 −10 Original line number Diff line number Diff line Loading @@ -31,8 +31,14 @@ cc_binary { java_test_host { name: "permissive_mte_test", libs: ["tradefed"], static_libs: ["frameworks-base-hostutils", "cts-install-lib-host"], srcs: ["src/**/PermissiveMteTest.java", ":libtombstone_proto-src"], static_libs: [ "frameworks-base-hostutils", "cts-install-lib-host", ], srcs: [ "src/**/PermissiveMteTest.java", ":libtombstone_proto-src", ], data: [":mte_crash"], test_config: "AndroidTest.xml", test_suites: ["general-tests"], Loading