move logtags rule from //build/make to //build/bazel
Test: b build //packages/apps/QuickSearchBox Change-Id: I7e4d231ad12d04bd44bfdbc595e32a242953c46b
This commit is contained in:
@@ -2075,7 +2075,7 @@ func (m *Library) convertLibraryAttrsBp2Build(ctx android.TopDownMutatorContext)
|
|||||||
ctx.CreateBazelTargetModule(
|
ctx.CreateBazelTargetModule(
|
||||||
bazel.BazelTargetModuleProperties{
|
bazel.BazelTargetModuleProperties{
|
||||||
Rule_class: "event_log_tags",
|
Rule_class: "event_log_tags",
|
||||||
Bzl_load_location: "//build/make/tools:event_log_tags.bzl",
|
Bzl_load_location: "//build/bazel/rules/java:event_log_tags.bzl",
|
||||||
},
|
},
|
||||||
android.CommonAttributes{Name: logtagsLibName},
|
android.CommonAttributes{Name: logtagsLibName},
|
||||||
&eventLogTagsAttributes{
|
&eventLogTagsAttributes{
|
||||||
|
Reference in New Issue
Block a user