From aadbb93ad2a380275384a9a7505a4515c35a4759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=98=B1=E6=99=94?= Date: Sat, 23 Dec 2023 02:15:26 +0000 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林昱晔 --- camera/camera.gni | 1 + 1 file changed, 1 insertion(+) diff --git a/camera/camera.gni b/camera/camera.gni index b6b37157..d3d9fb61 100644 --- a/camera/camera.gni +++ b/camera/camera.gni @@ -10,6 +10,7 @@ # 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. +# test declare_args() { drivers_interface_camera_feature_vendor_tag = false -- Gitee