diff options
author | 2021-11-03 18:05:33 +0000 | |
---|---|---|
committer | 2021-11-09 15:30:21 +0000 | |
commit | dc7f139c99987f7029ec5dfb8b69cf45e788435d (patch) | |
tree | 05066f63d34b256a4cc1d3db5eaa6f3029783e3f /tools/cpp-define-generator/Android.bp | |
parent | 31f9e7d3aee4befe2335077e8bab481c2a5f865f (diff) |
Refactor libart_runtime_headers_ndk to a header lib also used by libart
itself.
This renames it and drops `sdk_version: "current"` as well.
Test: art/build/apex/runtests.sh
Test: m art-module-sdk art-module-{host,test}-exports
Bug: 204364566
Change-Id: I62c18fb1406e96865ad60d5022dcc4b60e778cbd
Diffstat (limited to 'tools/cpp-define-generator/Android.bp')
-rw-r--r-- | tools/cpp-define-generator/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpp-define-generator/Android.bp b/tools/cpp-define-generator/Android.bp index 3c6acb9705..b27ccd6611 100644 --- a/tools/cpp-define-generator/Android.bp +++ b/tools/cpp-define-generator/Android.bp @@ -35,7 +35,7 @@ cc_object { header_libs: [ "art_libartbase_headers", // For base/bit_utils.h "jni_headers", - "libart_runtime_headers_ndk", + "libart_headers", "libdexfile_all_headers", // For dex/modifiers.h ], // Produce text file rather than binary. |