diff options
| author | 2019-10-22 20:31:18 +0900 | |
|---|---|---|
| committer | 2019-10-29 12:27:35 +0900 | |
| commit | 73c54ee7fea8684d1d8b9db286a442386878246d (patch) | |
| tree | efa4249f3a30e747b1310c67a6ed3da39666f0ca /python/python.go | |
| parent | 4f45daf9edae6cecd295e3e71f75a62452e2422c (diff) | |
native shared libs in an SDK can be snapshotted
The snapshot script can now handle native shared libs in an SDK.
Bug: 138182343
Test: create following sdk module:
sdk {
    name: "mysdk",
    native_shared_libs: ["libc", "libdl"],
}
, then execute `m mysdk` and execute the update_prebuilt-1.sh as
prompted. Following directories are generated under the directory where
mysdk is defined at:
1
├── aidl
├── Android.bp
├── arm64
│   ├── include
│   ├── include_gen
│   └── lib
│       ├── libc.so
│       └── libdl.so
├── include
│   └── bionic
│       └── libc
│           └── include
│               ├── alloca.h
│               ├── android
│               │   ├── api-level.h
<omitted>
Change-Id: Ia1dcc5564c1cd17c6ccf441d06d5995af55db9ee
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions