blob: 34bedb42ef5443bdd94a9354428d90d4fd676255 [file] [log] [blame]
# 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/android_deps:androidx_annotation_annotation_java" ]
}