Revert "Replaced android::Vector with std::vector."
b/19148482
This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371.
I also made some changes to Make it work with HEAD.
Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
diff --git a/rsProgramStore.h b/rsProgramStore.h
index 06824fe..9a7f7f1 100644
--- a/rsProgramStore.h
+++ b/rsProgramStore.h
@@ -92,9 +92,12 @@
ObjectBaseRef<ProgramStore> mLast;
// Cache of all existing store programs.
- std::vector<ProgramStore *> mStorePrograms;
+ Vector<ProgramStore *> mStorePrograms;
};
}
}
#endif
+
+
+