From 4321017c3213d12a0cc09ecd90860c1bedca4df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Tue, 13 Apr 2021 19:18:01 -0700 Subject: [PATCH] remove 'net.qtaguid_enabled' property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 161325508 Test: atest, TreeHugger Signed-off-by: Maciej Żenczykowski Change-Id: I71248c600e520a3fb2bc40e59f7bf8daae6ad4ed --- .../libpropertyinfoserializer/property_info_serializer_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp b/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp index 3907413cc..77cbdd4d7 100644 --- a/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp +++ b/property_service/libpropertyinfoserializer/property_info_serializer_test.cpp @@ -490,7 +490,6 @@ TEST(propertyinfoserializer, RealProperties) { {"media.recorder.show_manufacturer_and_model", "u:object_r:default_prop:s0"}, {"net.bt.name", "u:object_r:system_prop:s0"}, {"net.lte.ims.data.enabled", "u:object_r:net_radio_prop:s0"}, - {"net.qtaguid_enabled", "u:object_r:system_prop:s0"}, {"net.tcp.default_init_rwnd", "u:object_r:system_prop:s0"}, {"nfc.initialized", "u:object_r:nfc_prop:s0"}, {"persist.audio.fluence.speaker", "u:object_r:audio_prop:s0"},