Skip to content

Commit

Permalink
Fix monolithic release header by adding missing Copyright header and …
Browse files Browse the repository at this point in the history
…re-generate release header which got broken.

Also, add a new build test for the JNI Bind Release header as a smoke test to prevent breakage.

Test:'bazel test  --cxxopt='\''-std=c++17'\'' --repo_env=CC=clang' ...'
PiperOrigin-RevId: 453234077
Change-Id: Id9483d09551c39d2ff964fbb711b9d12c34f44a6
  • Loading branch information
jwhpryor committed Jun 6, 2022
1 parent fe35655 commit 931684c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions implementation/array_view.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2022 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef JNI_BIND_IMPLEMENTATION_ARRAY_VIEW_H_
#define JNI_BIND_IMPLEMENTATION_ARRAY_VIEW_H_

Expand Down

0 comments on commit 931684c

Please sign in to comment.