From 419b49ade3e19543dd0549c2fedcd91591087a4e Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Thu, 15 Oct 2020 12:58:15 +0900 Subject: [PATCH] Update sysprop_library API txt Internal props are no longer stored in the txt file. Bug: 170693240 Test: m Change-Id: I698b55d7b22afed71c94ee18fe76f409abc18baa Merged-In: I698b55d7b22afed71c94ee18fe76f409abc18baa --- .../api/com.android.sysprop.localization-current.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/sysprop/api/com.android.sysprop.localization-current.txt b/core/sysprop/api/com.android.sysprop.localization-current.txt index fe4f4578683c4..e69de29bb2d1d 100644 --- a/core/sysprop/api/com.android.sysprop.localization-current.txt +++ b/core/sysprop/api/com.android.sysprop.localization-current.txt @@ -1,9 +0,0 @@ -props { - module: "android.sysprop.LocalizationProperties" - prop { - api_name: "locale_filter" - type: String - scope: Internal - prop_name: "ro.localization.locale_filter" - } -}