Moving product specific strings to a separate directory

This allows for easier organization of gradle project

Test: Verified everything builds
Change-Id: Idde32a0ccdf0c6cf0fca7898d7ad770b709fc1f5
This commit is contained in:
Sunny Goyal
2019-12-05 15:49:41 -08:00
parent 76210c4275
commit b4a26016c4
259 changed files with 4918 additions and 1382 deletions

View File

@@ -37,6 +37,7 @@ android_library {
"src/**/I*.aidl",
],
resource_dirs: [
"res-product",
"res-keyguard",
"res",
],
@@ -91,6 +92,7 @@ android_library {
manifest: "tests/AndroidManifest.xml",
resource_dirs: [
"tests/res",
"res-product",
"res-keyguard",
"res",
],