Merge "Make style of srcs consistent" am: b9c89bb3fa am: 79ebf07558
Change-Id: I2d1fde93e1084230dfa857e84c3efec7a016cd7e
This commit is contained in:
@@ -8,7 +8,10 @@ android_test {
|
|||||||
// We only want this apk build for tests.
|
// We only want this apk build for tests.
|
||||||
|
|
||||||
// Include all test java files.
|
// Include all test java files.
|
||||||
srcs: ["src/**/*.java"] + ["src/android/util/IRemoteMemoryIntArray.aidl"],
|
srcs: [
|
||||||
|
"src/**/*.java",
|
||||||
|
"src/android/util/IRemoteMemoryIntArray.aidl",
|
||||||
|
],
|
||||||
|
|
||||||
jni_libs: [
|
jni_libs: [
|
||||||
"libmemoryintarraytest",
|
"libmemoryintarraytest",
|
||||||
|
|||||||
Reference in New Issue
Block a user