diff options
| author | 2020-09-24 12:09:25 +0100 | |
|---|---|---|
| committer | 2020-09-24 12:09:25 +0100 | |
| commit | 0eccccbde4e37cc4920afd9b70549c206956f715 (patch) | |
| tree | 8013841b0b21e8e82ec732294810087ee32d7edd | |
| parent | 018a02f8980d02b7998feab892e3627addce977d (diff) | |
Add graphics to generated current.txt
We are also lacking appsearch, but it doesn't yet have api txt files.
Bug: 169034951
Bug: 169304493
Test: diff current.txt with generated txts
Change-Id: I0866605f0b4ba450ae824af00d24502fda060a5f
| -rw-r--r-- | api/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp index cb6d448caf63..490c980cb7cb 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -48,6 +48,7 @@ genrule { name: "frameworks-base-api-current-merged.txt", srcs: [ ":conscrypt.module.public.api{.public.api.txt}", + ":framework-graphics{.public.api.txt}", ":framework-media{.public.api.txt}", ":framework-mediaprovider{.public.api.txt}", ":framework-permission{.public.api.txt}", @@ -65,6 +66,7 @@ genrule { genrule { name: "frameworks-base-api-system-current-merged.txt", srcs: [ + ":framework-graphics{.system.api.txt}", ":framework-media{.system.api.txt}", ":framework-mediaprovider{.system.api.txt}", ":framework-permission{.system.api.txt}", @@ -82,6 +84,7 @@ genrule { genrule { name: "frameworks-base-api-module-lib-current-merged.txt", srcs: [ + ":framework-graphics{.module-lib.api.txt}", ":framework-media{.module-lib.api.txt}", ":framework-mediaprovider{.module-lib.api.txt}", ":framework-permission{.module-lib.api.txt}", |