From 3bb9924c87bf4107ba361fc1ccb6c7dfd9446f75 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Thu, 4 Jan 2024 23:21:26 +0000 Subject: Revert^2 "Add BUILD_BROKEN_DONT_CHECK_SYSTEMSDK" fbf1b5e7f1caffdae4340f20802be5702e043c3b Change-Id: I2b6c7866eac24b217197d5f659b37b2ae6b4207d --- android/variable.go | 1 + 1 file changed, 1 insertion(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index fa4cfc1fd..98440802f 100644 --- a/android/variable.go +++ b/android/variable.go @@ -448,6 +448,7 @@ type ProductVariables struct { BuildBrokenVendorPropertyNamespace bool `json:",omitempty"` BuildBrokenIncorrectPartitionImages bool `json:",omitempty"` BuildBrokenInputDirModules []string `json:",omitempty"` + BuildBrokenDontCheckSystemSdk bool `json:",omitempty"` BuildWarningBadOptionalUsesLibsAllowlist []string `json:",omitempty"` -- cgit v1.2.3-59-g8ed1b