Partial cp of "Move Tuner resource updating from Tuner java into Tuner client"
Cherry-pick the change to the media filegroup in the root Android.bp to avoid merge conflicts in upcoming changes. Test: m nothing Merged-In: I46acdd2f118d5b082aa162c680661a304b4f628b Change-Id: Ic55df4cfeb295cfa1657c64f9747c90e30cb73a2
This commit is contained in:
@@ -226,6 +226,9 @@ filegroup {
|
||||
"media/java/**/*.java",
|
||||
"media/java/**/*.aidl",
|
||||
],
|
||||
exclude_srcs: [
|
||||
":framework-media-tv-tunerresourcemanager-sources-aidl",
|
||||
],
|
||||
path: "media/java",
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,12 @@ package {
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["frameworks_base_license"],
|
||||
}
|
||||
filegroup {
|
||||
// NOTE: This is purposefully left empty, and exists only so that it can be
|
||||
// referenced in frameworks/base/Android.bp.
|
||||
name: "framework-media-tv-tunerresourcemanager-sources-aidl",
|
||||
srcs: [],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "framework-media-tv-tunerresourcemanager-sources",
|
||||
|
||||
Reference in New Issue
Block a user