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

Commit 9423318c authored by Yi Jin's avatar Yi Jin Committed by android-build-merger
Browse files

Merge "Fix privacy tags based on go/irpf." into pi-dev

am: 6e2ef53a

Change-Id: Ib434d22521484e1f709cb0be8bbf16af39b40c47
parents a1dfff1d 6e2ef53a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ message JobPackageHistoryProto {
        optional int32 uid = 3;
        // Job IDs can technically be negative.
        optional int32 job_id = 4;
        optional string tag = 5 [ (.android.privacy).dest = DEST_EXPLICIT ];
        optional string tag = 5;
        // Only valid for STOP_JOB or STOP_PERIODIC_JOB Events.
        optional .android.app.job.StopReasonEnum stop_reason = 6;
    }
@@ -538,7 +538,7 @@ message JobStatusDumpProto {

    // The UID that scheduled the job.
    optional int32 calling_uid = 1;
    optional string tag = 2 [ (.android.privacy).dest = DEST_EXPLICIT ];
    optional string tag = 2;

    // The UID for which the job is being run.
    optional int32 source_uid = 3;