aboutsummaryrefslogtreecommitdiff
path: root/library.json
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-07-27 19:17:07 +0000
committerChristopher Ferris <cferris@google.com>2018-07-27 12:33:26 -0700
commit72d4ea3f96eab1930d75891cb5df15ea7fb0e614 (patch)
treec28e65883c2587f3f19a80e40020ad89ba49dabd /library.json
parent798b76ea4d3564d2b92fc84da3cbedf0fbdba580 (diff)
downloadnanopb-c-72d4ea3f96eab1930d75891cb5df15ea7fb0e614.tar.gz
Revert "Upgrade nanopb to 0.3.9.1"android-n-iot-release-smart-display-r2
This reverts commit 56ebba603b8b913261a40f3f61561bb728e3eaa5. Reason for revert: Caused build failures. Examples of build failures: FAILED: out/target/product/vsoc_x86/gen/STATIC_LIBRARIES/librilutils_static_intermediates/proto/hardware/ril/librilutils/proto/sap-api.pb.c /bin/bash -c "(PATH=\$PATH:out/host/linux-x86/bin out/host/linux-x86/bin/aprotoc --proto_path=. --nanopb_out=out/target/product/vsoc_x86/gen/STATIC_LIBRARIES/librilutils_static_intermediates/proto --plugin=external/nanopb-c/generator/protoc-gen-nanopb hardware/ril/librilutils/proto/sap-api.proto )" [libprotobuf WARNING external/protobuf/src/google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file: hardware/ril/librilutils/proto/sap-api.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.) Change-Id: Id862b050b2de4410bc9facf6d9920d3e878b227e
Diffstat (limited to 'library.json')
-rw-r--r--library.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/library.json b/library.json
deleted file mode 100644
index b070e54..0000000
--- a/library.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Nanopb",
- "version": "0.3.9.1",
- "keywords": "protocol buffers, protobuf, google",
- "description": "Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints.",
- "repository": {
- "type": "git",
- "url": "https://github.com/nanopb/nanopb.git"
- },
- "authors": [{
- "name": "Petteri Aimonen",
- "email": "jpa@nanopb.mail.kapsi.fi",
- "url": "http://koti.kapsi.fi/jpa/nanopb/"
- }],
- "export": {
- "include": [
- "*.c",
- "*.cpp",
- "*.h",
- "examples"
- ]
- },
- "examples": "examples/*/*.c",
- "frameworks": "*",
- "platforms": "*"
-}