From 2baf3283b264b7ddffd250e954a7b7d44cac2c7c Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Wed, 14 Oct 2020 20:14:34 +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 --- .../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" - } -}