Age | Commit message (Collapse) | Author |
|
This commit fixes the following compiler error with gcc 14.2.0.
native/include/android/configuration.h:531:1: error: 'int32_t' does not name a type
531 | int32_t AConfiguration_getMcc(AConfiguration* config);
| ^~~~~~~
native/include/android/configuration.h:536:52: error: 'int32_t' has not been declared
536 | void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
| ^~~~~~~
Change-Id: I11fd658d799801fb6267ab48d4a890cab2086121
|
|
Bug: 237579711
Test: UTs + build + boot
Change-Id: Ie94a626e8c92aecc0180cf71e965c905ae9f1f8d
|
|
__INTRODUCED_IN() does the right thing automatically now.
Bug: http://b/178449269
Test: treehugger
Change-Id: I94d2ad6fafb6d907793a416db82a9e56f4f61d1c
|
|
Bug: 148938276
Test: m ndk
Change-Id: I7374793e72e1f836c2ba1eeeebe09ccdcf58ce4b
|
|
This was actually added in M, but because it wasn't in the version map
(and there's no CTS test) it's not actually reliably available until
next year...
Bug: https://issuetracker.google.com/146458518
Change-Id: I842aab50f1b383c9b295d3dd1b7dc0ebe79e8aac
|
|
Also fix a few missing/incorrect annotations.
Bug: http://b/143470841
Test: treehugger
Change-Id: I1d9ec8350df03df7d80f1cc2334eef45deec30ec
Merged-In: I1d9ec8350df03df7d80f1cc2334eef45deec30ec
|
|
This commit restores the __ANDROID_API__ guards removed in
"Add __INTRODUCED_IN to core <android/*.h> APIs.",
commit 9db409b053460e065cefb1d1caefe048f90cfff0.
Add a guard to surface_texture.h.
In choreographer.h, declare the types even for older APIs.
Bug: http://b/111668906
Test: builds
Change-Id: Ia013f48a109310f9f8ca6a3211f28fcb69dd602d
Merged-In: Ia013f48a109310f9f8ca6a3211f28fcb69dd602d
(cherry picked from commit 92b1ebea095f9cac70b81ae7382ae69583c9914d)
|
|
Bug: https://github.com/android-ndk/ndk/issues/706
Test: builds
Change-Id: I23db5a2180517045bafabe6fbf783456cbddf21a
Exempt-From-Owner-Approval: cherrypick
(cherry picked from commit 9db409b053460e065cefb1d1caefe048f90cfff0)
|
|
This API was introduced in O
Bug: 32984164
Test: compile
Change-Id: Ia58bc52d79ea746ad2feabafad326c90f385ee0a
|
|
Test: aapt tests
Bug: 32984164
Change-Id: I2bd81f6a08ef1b4fa4ba7eb05b6a923f82fcc78a
|
|
Bug: 30989383
Test: None yet, compile only
Change-Id: I77fd12c4c108e5135c5f1fd6d669c0041debca87
|
|
Test: make native
Bug: http://b/30465923
Change-Id: I0ef0b3630670241c4efd22515b6ab13eb41a81b3
|
|
Change-Id: I526cf2be7949fa52ce0f70f9a1f671669140679a
|
|
Change-Id: I43e6c029412d0ed1d345c16fdce90e2879c52a8e
|
|
Change-Id: Id94b610f27b87426abb30e13484cbd16990aa995
|
|
Bug:17007265
Change-Id: If0129c4ad222fe28628d6f7cd8ee78fc6424e177
|
|
Bug:13395758
Change-Id: Iecdae299bfd030f86145d02fa7860374b5a40a74
|
|
Bug: 7170488
Change-Id: Icfd39fd0c739216e89446252ea0e7ceba6f002c6
|
|
Change-Id: I1bb630c58d0d41446b726de1b9d2c3875fcbbceb
|
|
Change-Id: I0aaf10caf7b6a6d9e76b67dcabf01e4267b407bb
|
|
Change-Id: Ib740333753818ff8f8230ed009211b447e30cbee
|