diff options
author | Daniel Norman <danielnorman@google.com> | 2020-08-31 12:05:26 -0700 |
---|---|---|
committer | Daniel Norman <danielnorman@google.com> | 2020-08-31 12:05:26 -0700 |
commit | cb342b394ac30b909c9c21526964e999dd669669 (patch) | |
tree | fa582dcd0635972a8216e4003b609c7a7b075806 | |
parent | c5e436036dd3b4372a09b9e0a6c40fcaa4ac65f3 (diff) | |
parent | 13df1ec855c319bc9665d51846ecead4c15f4b68 (diff) |
Merge SP1A.200727.001
Change-Id: Ic0768612be8adc26252b455c40b98f42dbcd7323
-rw-r--r-- | Android.bp | 4 | ||||
-rw-r--r-- | METADATA | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -25,11 +25,15 @@ filegroup { prebuilt_font { name: "Roboto-Regular.ttf", src: "Roboto-Regular.ttf", + // These symlinks are for backward compatibility. + symlinks: ["DroidSans.ttf"], } prebuilt_font { name: "Roboto-Bold.ttf", src: "Roboto-Bold.ttf", + // These symlinks are for backward compatibility. + symlinks: ["DroidSans-Bold.ttf"], } prebuilt_font { diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..d97975c --- /dev/null +++ b/METADATA @@ -0,0 +1,3 @@ +third_party { + license_type: NOTICE +} |