Loading tools/processors/intdef_mappings/Android.bp +14 −8 Original line number Diff line number Diff line Loading @@ -7,26 +7,32 @@ package { default_applicable_licenses: ["frameworks_base_license"], } java_plugin { name: "intdef-annotation-processor", processor_class: "android.processor.IntDefProcessor", java_library_host { name: "libintdef-annotation-processor", srcs: [ ":framework-annotations", "src/**/*.java", "src/**/*.kt" "src/**/*.kt", ], use_tools_jar: true, } java_plugin { name: "intdef-annotation-processor", processor_class: "android.processor.IntDefProcessor", static_libs: ["libintdef-annotation-processor"], } java_test_host { name: "intdef-annotation-processor-test", srcs: [ "test/**/*.java", "test/**/*.kt" "test/**/*.kt", ], java_resource_dirs: ["test/resources"], Loading @@ -35,7 +41,7 @@ java_test_host { "truth-prebuilt", "junit", "guava", "intdef-annotation-processor" "libintdef-annotation-processor", ], test_suites: ["general-tests"], Loading tools/processors/view_inspector/Android.bp +13 −5 Original line number Diff line number Diff line Loading @@ -7,10 +7,8 @@ package { default_applicable_licenses: ["frameworks_base_license"], } java_plugin { name: "view-inspector-annotation-processor", processor_class: "android.processor.view.inspector.PlatformInspectableProcessor", java_library_host { name: "libview-inspector-annotation-processor", srcs: ["src/java/**/*.java"], java_resource_dirs: ["src/resources"], Loading @@ -23,6 +21,16 @@ java_plugin { use_tools_jar: true, } java_plugin { name: "view-inspector-annotation-processor", processor_class: "android.processor.view.inspector.PlatformInspectableProcessor", static_libs: [ "libview-inspector-annotation-processor", ], } java_test_host { name: "view-inspector-annotation-processor-test", Loading @@ -32,7 +40,7 @@ java_test_host { static_libs: [ "junit", "guava", "view-inspector-annotation-processor" "libview-inspector-annotation-processor", ], test_suites: ["general-tests"], Loading Loading
tools/processors/intdef_mappings/Android.bp +14 −8 Original line number Diff line number Diff line Loading @@ -7,26 +7,32 @@ package { default_applicable_licenses: ["frameworks_base_license"], } java_plugin { name: "intdef-annotation-processor", processor_class: "android.processor.IntDefProcessor", java_library_host { name: "libintdef-annotation-processor", srcs: [ ":framework-annotations", "src/**/*.java", "src/**/*.kt" "src/**/*.kt", ], use_tools_jar: true, } java_plugin { name: "intdef-annotation-processor", processor_class: "android.processor.IntDefProcessor", static_libs: ["libintdef-annotation-processor"], } java_test_host { name: "intdef-annotation-processor-test", srcs: [ "test/**/*.java", "test/**/*.kt" "test/**/*.kt", ], java_resource_dirs: ["test/resources"], Loading @@ -35,7 +41,7 @@ java_test_host { "truth-prebuilt", "junit", "guava", "intdef-annotation-processor" "libintdef-annotation-processor", ], test_suites: ["general-tests"], Loading
tools/processors/view_inspector/Android.bp +13 −5 Original line number Diff line number Diff line Loading @@ -7,10 +7,8 @@ package { default_applicable_licenses: ["frameworks_base_license"], } java_plugin { name: "view-inspector-annotation-processor", processor_class: "android.processor.view.inspector.PlatformInspectableProcessor", java_library_host { name: "libview-inspector-annotation-processor", srcs: ["src/java/**/*.java"], java_resource_dirs: ["src/resources"], Loading @@ -23,6 +21,16 @@ java_plugin { use_tools_jar: true, } java_plugin { name: "view-inspector-annotation-processor", processor_class: "android.processor.view.inspector.PlatformInspectableProcessor", static_libs: [ "libview-inspector-annotation-processor", ], } java_test_host { name: "view-inspector-annotation-processor-test", Loading @@ -32,7 +40,7 @@ java_test_host { static_libs: [ "junit", "guava", "view-inspector-annotation-processor" "libview-inspector-annotation-processor", ], test_suites: ["general-tests"], Loading