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:
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user