Remove use of Java 9 method in NativeAllocationRegistry
AOSP commit 486ccfa makes use of a Java 9 method in NativeAllocationRegistry. Since layoutlib runs with Java 8, this removes the use of Reference.reachabilityFence by delegating the method that uses it. Bug: 74062470 Test: layoutlib tests Change-Id: I927c2754622dd78cb62027d5ccf9e7a45aced088
Loading
Please sign in to comment