Merge tag 'android-14.0.0_r29' into staging/lineage-21.0_merge-android-14.0.0_r29

Android 14.0.0 release 29

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWywAKCRDorT+BmrEO
# eEbpAJ9w9xC9vbEnxidmL2xmeAVwmSsiZgCgjIU3CRMehjWhbhJUcQneCCgSXmg=
# =zLie
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Mar  5 01:18:35 2024 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2336 signatures in the past
#      2 years.  Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78

# By Jiyong Park
# Via Automerger Merge Worker (9) and Jiyong Park (1)
* tag 'android-14.0.0_r29':
  Export headers using cc_library_headers

Change-Id: I7be5f131123b58e70f68b51f926acf24406fb7cd
This commit is contained in:
Michael Bestas
2024-03-09 00:29:15 +02:00

View File

@@ -10,7 +10,8 @@ license {
license_text: ["LICENSE"],
}
filegroup {
cc_library_headers {
name: "arm_dt_bindings_headers",
srcs: ["include/dt-bindings/**/*.h"],
export_include_dirs: ["include"],
host_supported: true,
}