summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2020-08-31 12:05:26 -0700
committerDaniel Norman <danielnorman@google.com>2020-08-31 12:05:26 -0700
commitcb342b394ac30b909c9c21526964e999dd669669 (patch)
treefa582dcd0635972a8216e4003b609c7a7b075806
parentc5e436036dd3b4372a09b9e0a6c40fcaa4ac65f3 (diff)
parent13df1ec855c319bc9665d51846ecead4c15f4b68 (diff)
Merge SP1A.200727.001
Change-Id: Ic0768612be8adc26252b455c40b98f42dbcd7323
-rw-r--r--Android.bp4
-rw-r--r--METADATA3
2 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f613462..fda7ca7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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
+}