Leonard Chan has uploaded this change for review.
[sdk] Update $ref to include common.json
Rolling to ToT rapidjson found a bug where one $ref didn't have a full
correct URI. The $ref must have a filename that comes before the #, so
add the missing filename common.json.
Bug: 128193
Change-Id: I9ed44012cc1ac7f29557edc4b89e8c612903bc5f
---
M build/sdk/meta/golden/version_history-22rnd667.json.golden
M build/sdk/meta/version_history-22rnd667.json
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build/sdk/meta/golden/version_history-22rnd667.json.golden b/build/sdk/meta/golden/version_history-22rnd667.json.golden
index 371cabc..15f9d1d 100644
--- a/build/sdk/meta/golden/version_history-22rnd667.json.golden
+++ b/build/sdk/meta/golden/version_history-22rnd667.json.golden
@@ -14,7 +14,7 @@
"api_levels": {
"type": "object",
"additionalProperties": {
- "$ref": "#/definitions/api_level"
+ "$ref": "common.json#/definitions/api_level"
}
},
"name": {
@@ -54,4 +54,4 @@
"description": "Specifies the mapping between the supported API levels and ABI revisons. See https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0002_platform_versioning for details.",
"id": "https://fuchsia.dev/schema/version_history-22rnd667.json",
"title": "Schema for Fuchsia platform version history"
-}
\ No newline at end of file
+}
diff --git a/build/sdk/meta/version_history-22rnd667.json b/build/sdk/meta/version_history-22rnd667.json
index 166383e..85998dc 100644
--- a/build/sdk/meta/version_history-22rnd667.json
+++ b/build/sdk/meta/version_history-22rnd667.json
@@ -14,7 +14,7 @@
"api_levels": {
"type": "object",
"additionalProperties": {
- "$ref": "#/definitions/api_level"
+ "$ref": "common.json#/definitions/api_level"
}
},
"name": {
To view, visit change 863775. To unsubscribe, or for help writing mail filters, visit settings.