# Copyright 2020 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/android/rules.gni") assert(is_android) android_library("android_provider_java") { sources = [ "java/src/org/chromium/third_party/android/provider/MediaStoreUtils.java", ] deps = [ "//third_party/androidx:androidx_annotation_annotation_java" ] }