Add back resources exported for external usage

These resources are not used by Settings, but is exported for external
usage by other apps.

Put them into res-export folder and add a README to prevent from
accidentally clean ups.

Bug: 234570979
Test: make Settings
Change-Id: Ia46e94f4ece6a40edf95b47188f45659650d443c
This commit is contained in:
Chaohui Wang
2022-12-06 20:28:21 +08:00
parent dbd95eb47b
commit 4c091fffcc
8 changed files with 163 additions and 1 deletions

View File

@@ -55,7 +55,11 @@ android_library {
],
srcs: ["src/**/*.java", "src/**/*.kt"],
resource_dirs: ["res", "res-product"],
resource_dirs: [
"res",
"res-export", // for external usage
"res-product",
],
static_libs: [
"androidx-constraintlayout_constraintlayout",
"androidx.slice_slice-builders",