summaryrefslogtreecommitdiff
path: root/other-vf
diff options
context:
space:
mode:
authorPatrice Arruda <patricearruda@google.com>2019-05-15 10:21:12 -0700
committerPatrice Arruda <patricearruda@google.com>2019-05-17 15:08:22 -0700
commitc7235fd161a567a165f6061b4a2f7d3031f15137 (patch)
tree2d3ceb5ebd7485dc9741edc3da80708f41f792e2 /other-vf
parent60f1545f6ec7746930a654c771fd6ef3270fbc76 (diff)
downloadnoto-fonts-c7235fd161a567a165f6061b4a2f7d3031f15137.tar.gz
Convert Android.mk to Android.bp.
See build/soong/README.md for more information. Fixes: b/122332077 Test: Built and checked if the fonts were installed in the correct location in the system image. Change-Id: Ib75d954cfabdc8024fa81bc112baee4bf2c3c3f4 Merged-In: Ib75d954cfabdc8024fa81bc112baee4bf2c3c3f4
Diffstat (limited to 'other-vf')
-rw-r--r--other-vf/Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/other-vf/Android.bp b/other-vf/Android.bp
new file mode 100644
index 0000000..4e88ad4
--- /dev/null
+++ b/other-vf/Android.bp
@@ -0,0 +1,18 @@
+// Copyright (C) 2019 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+prebuilt_font {
+ name: "NotoSansKhmer-VF.ttf",
+ src: "NotoSansKhmer-VF.ttf",
+}