diff options
| author | Garret Kelly <gdk@google.com> | 2019-09-10 13:34:44 -0400 |
|---|---|---|
| committer | Garret Kelly <gdk@google.com> | 2019-09-10 13:35:27 -0400 |
| commit | ddb46eebb638570bfeba0473328e2c1a7cf35669 (patch) | |
| tree | cc08e0aaff0d089cb3ebef1fe1caddecf632aa64 /Android.bp | |
| parent | 692ed4e851c01f338d0a3ec2bd19aa7c8a0bc3d2 (diff) | |
| download | platform_external_nos_host_generic-ddb46eebb638570bfeba0473328e2c1a7cf35669.tar.gz platform_external_nos_host_generic-ddb46eebb638570bfeba0473328e2c1a7cf35669.tar.bz2 platform_external_nos_host_generic-ddb46eebb638570bfeba0473328e2c1a7cf35669.zip | |
host/generic: Move paths to vendor/google/nos
Bug: 140512971
Test: bind mounted into android built system image
Change-Id: I307869a0e1b4581a3bf95b4fea26107c6c5dbe5f
Signed-off-by: Garret Kelly <gdk@google.com>
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ cc_defaults { // invoke it directly. If we could pass a plugin, it could use insertion points // in the .pb.{cc,h} files rather than needing to generate new .client.{cpp,h} // files for each service. -GEN_SERVICE = "$(location aprotoc) --plugin=protoc-gen-nos-client-cpp=$(location protoc-gen-nos-client-cpp) $(in) -Iexternal/protobuf/src -Iexternal/nos/host/generic/nugget/proto" +GEN_SERVICE = "$(location aprotoc) --plugin=protoc-gen-nos-client-cpp=$(location protoc-gen-nos-client-cpp) $(in) -Iexternal/protobuf/src -Ivendor/google/nos/host/generic/nugget/proto" GEN_SERVICE_SOURCE = GEN_SERVICE + " --nos-client-cpp_out=source:$(genDir) " GEN_SERVICE_HEADER = GEN_SERVICE + " --nos-client-cpp_out=header:$(genDir) " |
