Skip to content
Snippets Groups Projects
Commit a15f4f51 authored by Katya Bychkouskaya's avatar Katya Bychkouskaya Committed by Android Build Coastguard Worker
Browse files

Drop prebuilt files to android source tree.

The following files have been updated as part of this change:

current/Android.bp
current/libstatspull.map.txt
current/libstatssocket.map.txt
current/snapshot-creation-build-number.txt
current/x86/lib/libstatspull.so
current/x86/lib/libstatssocket.so
current/java_systemserver_libs/snapshot/jars/are/invalid/service-statsd.jar
current/hiddenapi/annotation-flags.csv
current/hiddenapi/filtered-flags.csv
current/hiddenapi/filtered-stub-flags.csv
current/hiddenapi/hiddenapi-max-target-o-low-priority.txt
current/hiddenapi/index.csv
current/hiddenapi/metadata.csv
current/hiddenapi/signature-patterns.csv
current/licenses/build/soong/licenses/LICENSE
current/arm64/lib/libstatspull.so
current/arm64/lib/libstatssocket.so
current/sdk_library/system/framework-statsd-removed.txt
current/sdk_library/system/framework-statsd-stubs.jar
current/sdk_library/system/framework-statsd.srcjar
current/sdk_library/system/framework-statsd.txt
current/sdk_library/system/framework-statsd_annotations.zip
current/sdk_library/public/framework-statsd-removed.txt
current/sdk_library/public/framework-statsd-stubs.jar
current/sdk_library/public/framework-statsd.srcjar
current/sdk_library/public/framework-statsd.txt
current/sdk_library/public/framework-statsd_annotations.zip
current/sdk_library/module-lib/framework-statsd-removed.txt
current/sdk_library/module-lib/framework-statsd-stubs.jar
current/sdk_library/module-lib/framework-statsd.srcjar
current/sdk_library/module-lib/framework-statsd.txt
current/sdk_library/module-lib/framework-statsd_annotations.zip
current/x86_64/lib/libstatspull.so
current/x86_64/lib/libstatssocket.so
current/include/packages/modules/StatsD/lib/libstatspull/include/stats_pull_atom_callback.h
current/include/packages/modules/StatsD/lib/libstatspull/include/stats_subscription.h
current/include/packages/modules/StatsD/lib/libstatssocket/include/stats_annotations.h
current/include/packages/modules/StatsD/lib/libstatssocket/include/stats_buffer_writer.h
current/include/packages/modules/StatsD/lib/libstatssocket/include/stats_event.h
current/include/packages/modules/StatsD/lib/libstatssocket/include/stats_socket.h
current/arm/lib/libstatspull.so
current/arm/lib/libstatssocket.so

Built here: ab/12785903

This build IS suitable for public release.

The change is generated with prebuilt drop tool.

Test: presubmit
Bug: 383543187
Flag: build.RELEASE_APEX_CONTRIBUTIONS_STATSD
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c096afcebec19639e1181b177e967be228eacd03)
Merged-In: I7f3be286ab97e3e547ca3c0f80f5ced86175acdf
Change-Id: I7f3be286ab97e3e547ca3c0f80f5ced86175acdf
parent 8cecbbf2
No related branches found
No related tags found
No related merge requests found
Showing
with 60 additions and 2 deletions
drops {
android_build_drop {
build_id: "12750773"
build_id: "12785903"
target: "train_build"
source_file: "mainline-sdks/for-latest-build/current/com.google.android.os.statsd/sdk/statsd-module-sdk-current.zip"
}
......
......@@ -114,6 +114,7 @@ cc_prebuilt_library_shared {
"30",
"current",
],
symbol_file: "libstatspull.map.txt",
},
arch: {
arm64: {
......@@ -150,6 +151,7 @@ cc_prebuilt_library_shared {
"30",
"current",
],
symbol_file: "libstatssocket.map.txt",
},
arch: {
arm64: {
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
LIBSTATSPULL {
global:
AStatsManager_PullAtomMetadata_obtain; # apex introduced=30
AStatsManager_PullAtomMetadata_release; # apex introduced=30
AStatsManager_PullAtomMetadata_setCoolDownMillis; # apex introduced=30
AStatsManager_PullAtomMetadata_getCoolDownMillis; # apex introduced=30
AStatsManager_PullAtomMetadata_setTimeoutMillis; # apex introduced=30
AStatsManager_PullAtomMetadata_getTimeoutMillis; # apex introduced=30
AStatsManager_PullAtomMetadata_setAdditiveFields; # apex introduced=30
AStatsManager_PullAtomMetadata_getNumAdditiveFields; # apex introduced=30
AStatsManager_PullAtomMetadata_getAdditiveFields; # apex introduced=30
AStatsEventList_addStatsEvent; # apex introduced=30
AStatsManager_setPullAtomCallback; # apex introduced=30
AStatsManager_clearPullAtomCallback; # apex introduced=30
AStatsManager_addSubscription; # apex introduced=UpsideDownCake
AStatsManager_removeSubscription; # apex introduced=UpsideDownCake
AStatsManager_flushSubscription; # apex introduced=UpsideDownCake
local:
*;
};
LIBSTATSSOCKET {
global:
AStatsEvent_obtain; # apex introduced=30
AStatsEvent_build; # apex introduced=30
AStatsEvent_write; # apex introduced=30
AStatsEvent_release; # apex introduced=30
AStatsEvent_setAtomId; # apex introduced=30
AStatsEvent_writeInt32; # apex introduced=30
AStatsEvent_writeInt64; # apex introduced=30
AStatsEvent_writeFloat; # apex introduced=30
AStatsEvent_writeBool; # apex introduced=30
AStatsEvent_writeByteArray; # apex introduced=30
AStatsEvent_writeString; # apex introduced=30
AStatsEvent_writeAttributionChain; # apex introduced=30
AStatsEvent_writeInt32Array; # apex introduced=Tiramisu
AStatsEvent_writeInt64Array; # apex introduced=Tiramisu
AStatsEvent_writeFloatArray; # apex introduced=Tiramisu
AStatsEvent_writeBoolArray; # apex introduced=Tiramisu
AStatsEvent_writeStringArray; # apex introduced=Tiramisu
AStatsEvent_addBoolAnnotation; # apex introduced=30
AStatsEvent_addInt32Annotation; # apex introduced=30
AStatsSocket_close; # apex introduced=30
local:
*;
};
LIBSTATSSOCKET_PRIVATE {
global:
AStatsEvent_getBuffer;
AStatsEvent_getErrors;
AStatsEvent_overwriteTimestamp;
write_buffer_to_statsd;
local:
*;
} LIBSTATSSOCKET;
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
12279057
\ No newline at end of file
12712324
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment