1// http://www.apache.org/licenses/LICENSE-2.0 2// 3// Unless required by applicable law or agreed to in writing, software 4// distributed under the License is distributed on an "AS IS" BASIS, 5// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 6// See the License for the specific language governing permissions and 7// limitations under the License. 8 9package { 10 default_applicable_licenses: ["Android-Apache-2.0"], 11} 12 13java_library { 14 name: "uwb-config-proto", 15 proto: { 16 type: "lite", 17 }, 18 sdk_version: "system_current", 19 min_sdk_version: "30", 20 srcs: ["src/uwb_config.proto"], 21 apex_available: [ 22 "com.android.uwb", 23 ] 24} 25