9b2c4a650b
All the java code used to build the framework jar and run metalava was previously defined in the toplevel Android.bp files. Move these into the subdirs where the source actually lives. This simplifies the rules themselves (no path and needless prefix) and declutters the top level Android.bp. Test: m Change-Id: I97086e309eacb879d16facb8497d9940fa5ddaf6
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
filegroup {
|
|
name: "framework-telecomm-sources",
|
|
srcs: [
|
|
"**/*.java",
|
|
"**/*.aidl",
|
|
],
|
|
visibility: ["//frameworks/base"],
|
|
}
|