diff options
Diffstat (limited to 'tools/cpp-define-generator')
-rw-r--r-- | tools/cpp-define-generator/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cpp-define-generator/Android.bp b/tools/cpp-define-generator/Android.bp index 20634fe73c..ca0c7a64a0 100644 --- a/tools/cpp-define-generator/Android.bp +++ b/tools/cpp-define-generator/Android.bp @@ -31,7 +31,6 @@ cc_object { // Produce text file rather than binary. cflags: ["-S"], srcs: ["asm_defines.cc"], - apex_available: ["//apex_available:platform"], } // This extracts the compile-time constants from asm_defines.s and creates the header. |