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_team: "trendy_team_fwk_uwb",
11    default_applicable_licenses: ["Android-Apache-2.0"],
12}
13
14java_library {
15    name: "uwb-config-proto",
16    proto: {
17        type: "lite",
18    },
19    sdk_version: "system_current",
20    min_sdk_version: "30",
21    srcs: ["src/uwb_config.proto"],
22    apex_available: [
23        "com.android.uwb",
24    ],
25}
26