apkdmverity: use uuid v1

Use uuid V1 instead of V4. The V4 is not enabled for Android. We can
enabled V4 (random UUID), but we really don't have to because V1 which
is (time + seq + nodeid) is good enough.

Bug: 189785765
Test: cargo test

Change-Id: Id22025aa8b844bb0b51ee90b24dcf0bbd3276b0f
2 files changed