aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-12-18 00:31:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-12-18 00:31:04 +0000
commit1c4a406f2c50ba28780f1784be327cd5a1695123 (patch)
tree9f39d00563954ce5e428a36abfd97e30427b80c8
parent82e8e7939098ead0754dcfacab42d0452d6559d9 (diff)
parent851f144d90cfd696bdf23fd0f2d542b026084551 (diff)
downloadbuild-1c4a406f2c50ba28780f1784be327cd5a1695123.tar.gz
Merge "Adding developer_gsi_keys.mk" into qt-qpr1-dev
-rw-r--r--target/product/developer_gsi_keys.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/product/developer_gsi_keys.mk b/target/product/developer_gsi_keys.mk
new file mode 100644
index 0000000000..79451ad912
--- /dev/null
+++ b/target/product/developer_gsi_keys.mk
@@ -0,0 +1,29 @@
+#
+# 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.
+#
+
+# Device makers who are willing to support booting the public Developer-GSI
+# in locked state can add the following line into a device.mk to inherit this
+# makefile. This file will then install the up-to-date GSI public keys into
+# the first-stage ramdisk to pass verified boot.
+#
+# In device/<company>/<board>/device.mk:
+# $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
+#
+# Currently, the developer GSI images can be downloaded from the following URL:
+# https://developer.android.com/topic/generic-system-image/releases
+#
+PRODUCT_PACKAGES += \
+ q-developer-gsi.avbpubkey \