external/libdrm
Revision | c7811885b78d2fc4984cbde55751e04ea1ea36f7 (tree) |
---|---|
Time | 2020-11-26 01:11:18 |
Author | Mauro Rossi <issor.oruam@gmai...> |
Commiter | Chih-Wei Huang |
android: build modetest as cc_binary module
[Why]
cc_test does not allow to correctly install the executable
[How]
cc_binary module is used instead of cc_test
@@ -1,6 +1,6 @@ | ||
1 | 1 | build = ["Android.sources.bp"] |
2 | 2 | |
3 | -cc_test { | |
3 | +cc_binary { | |
4 | 4 | name: "modetest", |
5 | 5 | defaults: [ |
6 | 6 | "libdrm_defaults", |