diff options
| author | 2024-04-11 17:59:25 +0000 | |
|---|---|---|
| committer | 2024-04-11 17:59:25 +0000 | |
| commit | a24eeced911e6d67a6301a8a91fa825fefcb7bc2 (patch) | |
| tree | 5dbcd2c2c83a5fca5314b09bdc4b8e718c97b41c /libs/androidfw/ZipFileRO.cpp | |
| parent | 77a60f901d9506d0086db0a2f502d3135a74f73c (diff) | |
| parent | ce5a7e103a4017622215256b96ae78d2a557bad5 (diff) | |
Merge "Merge changes from topic "punch_shared_libs" into main am: 114bff10ac am: d73ea53ce4" into main
Diffstat (limited to 'libs/androidfw/ZipFileRO.cpp')
| -rw-r--r-- | libs/androidfw/ZipFileRO.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/androidfw/ZipFileRO.cpp b/libs/androidfw/ZipFileRO.cpp index 9d4b426a6759..34a6bc27b93f 100644 --- a/libs/androidfw/ZipFileRO.cpp +++ b/libs/androidfw/ZipFileRO.cpp @@ -310,3 +310,7 @@ bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const return true; } + +const char* ZipFileRO::getZipFileName() { + return mFileName; +} |