diff options
author | Joseph Murphy <murj@google.com> | 2019-12-19 01:06:54 +0000 |
---|---|---|
committer | Joseph Murphy <murj@google.com> | 2019-12-19 01:06:54 +0000 |
commit | 80599a28d1c865de7644a87111f49ee3b30f7c41 (patch) | |
tree | e56dcf999630a752cd955a06c7f4c00b7add290b /tools/cpp-define-generator/Android.bp | |
parent | 1e88f980a85056165312331746862dc48186bc54 (diff) |
Revert submission 1191937-art_apex_available
Original Commit Message:
"""
Rename modules that are APEX-only
The renamed modules are only available for APEXes, but not for the
platform. Use the <module_name>.<apex_name> syntax to correctly install
the APEX variant of the modules.
"""
Reason for revert: Build Cop - Breaks about 15 AOSP targets, with high confidence due to these changes being the only non-robot changes in those builds.
Reverted Changes:
I190ce2d10:Use apex_available property
I990e0a67e:Use apex_available property
I0d1295683:Revert "Avoid duplicated classes for boot dex jars...
I5fb725403:Find the jar libraries in APEX from the correct pa...
I322b1efcc:Rename modules that are APEX-only
Ifa2bd0f8f:Use apex_available property
Iac6533177:Use apex_available property
Ie999602c6:Use apex_available property
I2a3d73397:Use apex_available property
Ic91bcbb9a:Use apex_available property
Ia6c324eed:Use apex_available property
I964d0125c:Use apex_available property
Change-Id: I1eb30e355cfce316b94cde0dd176002af8d222bb
Diffstat (limited to 'tools/cpp-define-generator/Android.bp')
-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. |