OSDN Git Service

Make apps able to run with a failing patchoat
authorAlex Light <allight@google.com>
Thu, 14 Aug 2014 21:16:26 +0000 (14:16 -0700)
committerAlex Light <allight@google.com>
Tue, 19 Aug 2014 22:09:38 +0000 (15:09 -0700)
commit0a112bbbcd761c749c346bfec0ec39c1ef37a590
treea502e7e6e51b895017d61f5a6def7dbdf4f6dd8c
parent38bd1e1b8aa39bdc6e67c5dc205cc8d294d985c5
Make apps able to run with a failing patchoat

Bug: 17000769

(cherry picked from commit 9dcc4572949f6a8231a1b4ed859676ba6f411726)

Change-Id: I0a1a4dc7f5d4bb268530840302ecfb1555231e05
runtime/class_linker.cc
runtime/class_linker.h
runtime/oat_file.cc
runtime/oat_file.h
test/117-nopatchoat/expected.txt [new file with mode: 0644]
test/117-nopatchoat/info.txt [new file with mode: 0644]
test/117-nopatchoat/nopatchoat.cc [new file with mode: 0644]
test/117-nopatchoat/run [new file with mode: 0755]
test/117-nopatchoat/src/Main.java [new file with mode: 0644]
test/Android.libarttest.mk
test/Android.run-test.mk