diff --git a/aafwk/aafwk_standard/stage/BUILD.gn b/aafwk/aafwk_standard/stage/BUILD.gn index d1e32a778540af23b26b1965662a4c6129c52022..798bacf751a47691f78ced3337e0f8dcdb2b2689 100755 --- a/aafwk/aafwk_standard/stage/BUILD.gn +++ b/aafwk/aafwk_standard/stage/BUILD.gn @@ -9,13 +9,13 @@ # 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. +# limitations under the License. import("//test/xts/tools/build/suite.gni") group("stage") { testonly = true if (is_standard_system) { - deps = [ "stage_extension_service_test:StageExtensionServiceTest" ] + deps = [ "stage_extension_service:StageExtensionServiceTest" ] } }