Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable libnativehelper build in Ubuntu 16.04 LTS #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: cm-14.1
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Enable libnativehelper build in Ubuntu 16.04 LTS #39
Changes from 1 commit
83324f581ea6dbcaa45d6cc6105933045bee6358d09ef117060c5a093892a6c7435a91b2bc140eca626f3dc1ee28c3d038a14c43f2e6c7c4a9c8e5876db86ae25f3e1a03e28ab49345dd014494793c7e366314ea8ef78421e6e3354f2b8983ad6920fc14b368c3cb90b1e4aadab8a78ea8cf30e0b02dd41665b85db254826775a975475640c599dca18e006491544cd67437a35bd813f11d1800bca602e38deeee212bf4c7891efad445a0f1ade4064e34e76cc943aa5de47ce546a5aac3cc5ec13f696e40be6ec71a1e36bf6582e6aef1fa55ad5e95a71557751ae857d01c1dc0b3f26e362738e260e2635f57e9ff3412cd9441322283792b8c066df9202f2c1f68aee60ffef4dc6a6ae399b9d37da5092e33977435b17fbf3538ce78b239fa943a9c13c1b2cd8cb890f1ef4b8ab3618808531f1e8eaf91db3c6e8356ec9c445cc368d62a77c80b85f32f688a3ebc82f50e3fbf165cfb5f0c751e65d775c85b14f64d30733b9e3a309787c903ca3af53fcd13ba7e53fcad7d3a8dd9ea15e33cebabd57a2de428e34ae8bf5b817b6c01e44ce0cf0a18957f1ab080390fa195bcfe1b75828b7a6eb52ffc46bb4ab1e407cfc78a26e16bcfca4724ddce300cbe085b1e35cdf45e9f529e3b212fe3d4d2a49a48e9b8d27e980a7e7031994ad2485665e136338b39991f91b82eeb136f28d284d7a213b5dee2dd1966a9ec845e59bd2ac50cd811c3a531281f02693b05bb2bb75987936ff590d58ff1ed784fb8b1dd05bd86ea4c8521b58bc3afd0e53c503590e8653ca2a48875cae05ad9a2a8f3f529bf828f552f9989da606db3475481482371069c32ee89f5ee487fc9ab767416e9efa52fa395b7ef4e7967f09dcb85ab9c823ba1aaefcb5c7f6655d1ccc494ff7315ddd4b93c1012117af378aef22b77fe461f8538a9f8f2897c62f7e0686e2fb050a152373caf0b01293ff7c7d1895e91f7bfc34a40381bade9a4f9e6c568212336c31a9d22448824e774d74a4e8b95c4e800485c6635fd4e071a2133084746ebcd19e720117acc93295fb5c1a9139825f965b56a3b9ec1ec4807410d3ccdeec2e55019594368e78549c87058c7bb213959e7a53b7d56e2ad5a52ed33b05d03e3ad1fabbb5a23118a53f6e46fff120f725359c39c5fffe76de05282e0391f16c7d88c4746b3024f7baaf50e6f8fc213551fb4254eec5cef2743832c791046aa50913791ba6e32ccc02209File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
For file-based OTAs, we used to remove unneeded files in ascending order, which failed to delete non-empty directories. Reverse the order to fix the issue. For example, now we have the following in our generated script: delete("/system/app/Calculator/arm/Calculator.odex", "/system/app/Calculator/arm/", "/system/app/Calculator/Calculator.apk", "/system/app/Calculator/"); Bug: 22960996 Change-Id: I0d36d29b7862fb53bf55bf5685a990180f9c0b3bUh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing