diff options
author | 2022-01-17 10:17:15 +0000 | |
---|---|---|
committer | 2022-01-17 10:17:15 +0000 | |
commit | 3b6477f81b8228837e9c7072fd3c8ef52f849a65 (patch) | |
tree | 9822032b6afa7d2fab854aba0a92b63f4788a90d | |
parent | 2453899e69324c4c80d2a1deae248f224e8af6d6 (diff) |
Rename framework-media-sources
So that we can use this name for the sources of the module called
"framework-media". non-updatable-sources is a pattern employed by other
modules.
Test: m nothing
Change-Id: I766675d2f10aadd1dd753271e5e39f9c28372716
-rw-r--r-- | Android.bp | 2 | ||||
-rw-r--r-- | media/java/Android.bp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 36ed8656cfbc..9aab2646f619 100644 --- a/Android.bp +++ b/Android.bp @@ -81,7 +81,7 @@ filegroup { ":framework-mca-effect-sources", ":framework-mca-filterfw-sources", ":framework-mca-filterpacks-sources", - ":framework-media-sources", + ":framework-media-non-updatable-sources", ":framework-mms-sources", ":framework-omapi-sources", ":framework-opengl-sources", diff --git a/media/java/Android.bp b/media/java/Android.bp index eeaf6e9015ac..c7c1d54cd3c6 100644 --- a/media/java/Android.bp +++ b/media/java/Android.bp @@ -8,7 +8,7 @@ package { } filegroup { - name: "framework-media-sources", + name: "framework-media-non-updatable-sources", srcs: [ "**/*.java", "**/*.aidl", |