summaryrefslogtreecommitdiff
path: root/dt_fd_forward
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2021-10-28 03:49:55 +0100
committer Martin Stjernholm <mast@google.com> 2021-11-09 15:30:21 +0000
commite10abe7d84ed44d61401d24073f01d1c7777e17c (patch)
treef675fae36a159220dad49664a295d254287dd584 /dt_fd_forward
parent02e3be0f15a71a90d3265a510847ca4c1c45b910 (diff)
Inherit art_defaults in cc_library_headers as well.
To take art_defaults closer to a true global defaults used by everything in the ART module. It has mostly compiler flags which aren't applicable for header modules, but it may have other things as well, notably min_sdk_version. #codehealth Test: Run-tests, gtests, libcore tests and libjdwp tests for host and device on master-art Bug: 204364566 Change-Id: Iba53785a992894fe7e8209a520e7ad9ec32636a2
Diffstat (limited to 'dt_fd_forward')
-rw-r--r--dt_fd_forward/export/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dt_fd_forward/export/Android.bp b/dt_fd_forward/export/Android.bp
index a4e96732cb..79e97dcaf8 100644
--- a/dt_fd_forward/export/Android.bp
+++ b/dt_fd_forward/export/Android.bp
@@ -25,6 +25,7 @@ package {
cc_library_headers {
name: "dt_fd_forward_export",
+ defaults: ["art_defaults"],
export_include_dirs: ["."],
host_supported: true,
device_supported: true,
@@ -33,5 +34,4 @@ cc_library_headers {
"com.android.art.debug",
"com.android.art",
],
- min_sdk_version: "S",
}