Loading tools/aconfig/aconfig/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,7 @@ rust_aconfig_library { name: "libaconfig_test_rust_library", crate_name: "aconfig_test_rust_library", aconfig_declarations: "aconfig.test.flags", host_supported: true, } rust_test { Loading tools/aconfig/aflags/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ rust_defaults { "libnix", "libprotobuf", "libregex", // TODO: b/371021174 remove this fake dependency once we find a proper strategy to // deal with test aconfig libs are not present in storage because they are never used // by the actual build "libaconfig_test_rust_library", ], } Loading Loading
tools/aconfig/aconfig/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,7 @@ rust_aconfig_library { name: "libaconfig_test_rust_library", crate_name: "aconfig_test_rust_library", aconfig_declarations: "aconfig.test.flags", host_supported: true, } rust_test { Loading
tools/aconfig/aflags/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ rust_defaults { "libnix", "libprotobuf", "libregex", // TODO: b/371021174 remove this fake dependency once we find a proper strategy to // deal with test aconfig libs are not present in storage because they are never used // by the actual build "libaconfig_test_rust_library", ], } Loading