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.
18 lines
421 B
18 lines
421 B
//hardware/qcom/sm8150/Android.bp links to this file
|
|
bootstrap_go_package {
|
|
name: "soong-display_defaults",
|
|
pkgPath: "android/soong/hardware/qcom/sm8150/display",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-cc",
|
|
"soong-genrule",
|
|
],
|
|
srcs: [
|
|
"display/display_defaults.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|