Commit Graph

2 Commits

Author SHA1 Message Date
David Brazdil
bf7bfc88d8 Revert^2: Greylist com.google.vr.platform hidden methods
Enforcement of non-SDK API is being extended to all modules on the
boot class path. This includes the com.google.vr.platform package,
which is used to set up VR on a given device. Two hidden methods
are used by the client static library via reflection. Mark them
@UnsupportedAppUsage so that they remain discoverable.

Bug: 111911841
Test: make
Merged-In: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f
Change-Id: Iaed1cd6bc7419597510bfc1ab30a169f75e4ae3f
(cherry picked from commit a1c19e1254)
2018-08-03 11:33:26 +00:00
Steven Thomas
054f235c61 Add vr platform lib
Add the vr platform library, which allows client code to load the dvr
api and access the getVrBoot() method.

Bug: 38134403
Test: Booted a Marlin.

Change-Id: I884a623ec9a297a2973f1c42c3da094c6c155630
2017-05-10 16:54:20 -07:00