You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
512 B
22 lines
512 B
// Syntax: Blueprint
|
|
|
|
// Similar to filegroup
|
|
package_group {
|
|
name: "acme_packages",
|
|
// TODO: This is way too convoluted
|
|
// Optional, for PRODUCT_PACKAGES_DEBUG
|
|
// If debug/eng set to true and filegroup is included in regular
|
|
// product_packages it should be empty
|
|
//debug: true,
|
|
// Or
|
|
//eng: true,
|
|
|
|
// Maybe "modules" is a better terminology?
|
|
packages: [
|
|
"WallpaperPicker",
|
|
"Dialer,
|
|
"update_engine",
|
|
"vndk_apex_snapshot_package",
|
|
],
|
|
}
|