summaryrefslogtreecommitdiff
path: root/ProtoLibraries.bp
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-10-20 05:42:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-10-20 05:42:54 +0000
commitda8a5ebbc27ed7875c98d570d0de7f03843a0df6 (patch)
tree288c5b5e8b8409cf55ca6a4313c13747946b8f5a /ProtoLibraries.bp
parent869155b835c71888c45ef9f5e6ffa9618e9ee858 (diff)
downloadbase-da8a5ebbc27ed7875c98d570d0de7f03843a0df6.tar.gz
Revert "nfc(api): Dependencies to include in framework-nfc"
This reverts commit 869155b835c71888c45ef9f5e6ffa9618e9ee858. Reason for revert: Causes build failure Bug: 306523602 Change-Id: Ib3fffa498d1e645fc1b38eb61084564534fef72e Test: N/A
Diffstat (limited to 'ProtoLibraries.bp')
-rw-r--r--ProtoLibraries.bp34
1 files changed, 0 insertions, 34 deletions
diff --git a/ProtoLibraries.bp b/ProtoLibraries.bp
index 5a802f553c5b..45bb16184069 100644
--- a/ProtoLibraries.bp
+++ b/ProtoLibraries.bp
@@ -77,40 +77,6 @@ gensrcs {
output_extension: "proto.h",
}
-// ==== nfc framework java library ==============================
-gensrcs {
- name: "framework-nfc-javastream-protos",
-
- tools: [
- "aprotoc",
- "protoc-gen-javastream",
- "soong_zip",
- ],
-
- cmd: "mkdir -p $(genDir)/$(in) " +
- "&& $(location aprotoc) " +
- " --plugin=$(location protoc-gen-javastream) " +
- " --javastream_out=$(genDir)/$(in) " +
- " -Iexternal/protobuf/src " +
- " -I . " +
- " $(in) " +
- "&& $(location soong_zip) -jar -o $(out) -C $(genDir)/$(in) -D $(genDir)/$(in)",
-
- srcs: [
- "core/proto/android/app/pendingintent.proto",
- "core/proto/android/content/component_name.proto",
- "core/proto/android/content/intent.proto",
- "core/proto/android/nfc/*.proto",
- "core/proto/android/os/patternmatcher.proto",
- ],
-
- data: [
- ":libprotobuf-internal-protos",
- ],
-
- output_extension: "srcjar",
-}
-
// ==== java proto host library ==============================
java_library_host {
name: "platformprotos",