Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584316826
  • Loading branch information
pfmaggi committed Nov 21, 2023
1 parent 01e2ac4 commit d830cac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions PRIVACY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app is for demo purposes only, no data is stored in the app or transferred from it.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
android_sdk_repository(
name = "androidsdk",
api_level = 33,
api_level = 34,
)

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
Expand Down
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

# Fail on any error.
set -e

bazel build testdpc

0 comments on commit d830cac

Please sign in to comment.