Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dbb8ea4 authored by Alice Wang's avatar Alice Wang
Browse files

Adjust ISecureStorage vintf target

It's cleaner to use vintf_fragment for vintf file.

Bug: 377520831
Test: m
Test: atest vts_treble_vintf_vendor_test
Change-Id: Ibafe5e94cd58424fd9db5e11868caa66ea76480f
parent c1587895
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -13,9 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

prebuilt_etc {
vintf_fragment {
    name: "android.hardware.security.see.storage-service.trusty.xml",
    sub_dir: "vintf",
    vendor: true,
    src: "android.hardware.security.see.storage-service.trusty.xml",
    vendor: true,
}