diff options
Diffstat (limited to 'tests/planetest/Android.bp')
-rw-r--r-- | tests/planetest/Android.bp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/planetest/Android.bp b/tests/planetest/Android.bp deleted file mode 100644 index 16dfc5b7..00000000 --- a/tests/planetest/Android.bp +++ /dev/null @@ -1,33 +0,0 @@ -build = ["Android.sources.bp"] - -cc_test { - name: "planetest", - defaults: [ - "planetest_common_sources", - "planetest_sources", - ], - shared_libs: ["libdrm"], - - cflags: [ - "-Wall", - "-Werror", - "-Wno-unused-parameter", - "-Wno-pointer-arith", - ], -} - -cc_test { - name: "atomictest", - defaults: [ - "planetest_common_sources", - "atomictest_sources", - ], - shared_libs: ["libdrm"], - - cflags: [ - "-Wall", - "-Werror", - "-Wno-unused-parameter", - "-Wno-pointer-arith", - ], -} |