From f2e3569e78620efc948b892e464cb1bb0cecc05e Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Thu, 2 Jan 2025 17:00:58 +0800 Subject: Add proto header comments to aconfig files. This commit adds proto header comments to aconfig files, specifying the proto file and message type. These comments enable tooling to better understand and process the aconfig files based on the protobuf schema. It enables syntax highlighting in code search and provides schema information to tooling that consumes the files. See the protobuf documentation for details about header comments: https://protobuf.dev/reference/protobuf/textformat-spec/#header Bug: 387193964 Test: Build pass Flag: EXEMPT refactor Change-Id: Id442a0d90889166b4c8d78f57e1722afaf09f656 --- libs/WindowManager/Shell/aconfig/multitasking.aconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index bbdcbc9147e4..688bf83224aa 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -1,4 +1,6 @@ # proto-file: build/make/tools/aconfig/aconfig_protos/protos/aconfig.proto +# proto-message: flag_declarations +# Project link: http://gantry/projects/android_platform_multitasking package: "com.android.wm.shell" container: "system" -- cgit v1.2.3-59-g8ed1b