Integrate with 12/07 drop
Bug: 67478959
Test: mm, test vts and cts binaries
Change-Id: I4245170cf8ff5bb3c017354dbce9930c3e7c8574
diff --git a/1.0/Device.cpp b/1.0/Device.cpp
index c52a81b..264223b 100644
--- a/1.0/Device.cpp
+++ b/1.0/Device.cpp
@@ -88,7 +88,7 @@
return Void();
}
-void Device::asyncPrepare(const Model& model, const sp<IPreparedModelCallback>& callback) {
+static void asyncPrepare(const Model& model, const sp<IPreparedModelCallback>& callback) {
std::shared_ptr<hexagon::Model> hexagonModel = std::make_shared<hexagon::Model>(model);
Return<void> ret;