summaryrefslogtreecommitdiffstats
path: root/generator/proto/nanopb.proto
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-11-17 16:42:52 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:26:57 +0200
commit8c2dda67a100237bc6cdb3b814012079be2b3534 (patch)
treea06b0d21e45b233fbb386af067067a2a023ecff5 /generator/proto/nanopb.proto
parent58b3a22d6d66c485bfd7c571c528e4c6d3619cb2 (diff)
Add descriptor.proto to repository to avoid messing with protoc include path.
Diffstat (limited to 'generator/proto/nanopb.proto')
-rw-r--r--generator/proto/nanopb.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/proto/nanopb.proto b/generator/proto/nanopb.proto
index 2be2f803..2ea011f4 100644
--- a/generator/proto/nanopb.proto
+++ b/generator/proto/nanopb.proto
@@ -5,7 +5,7 @@
// These are used by nanopb to generate statically allocable structures
// for memory-limited environments.
-import "google/protobuf/descriptor.proto";
+import "descriptor.proto";
option java_package = "fi.kapsi.koti.jpa.nanopb";