1*b7c941bbSAndroid Build Coastguard WorkerCopyright (C) 2023 The Android Open Source Project 2*b7c941bbSAndroid Build Coastguard Worker 3*b7c941bbSAndroid Build Coastguard WorkerLicensed under the Apache Licence, Version 2.0 (the "License"); 4*b7c941bbSAndroid Build Coastguard Workeryou may not use this file except in compliance with the License. 5*b7c941bbSAndroid Build Coastguard WorkerYou may obtain a copy of the License at 6*b7c941bbSAndroid Build Coastguard Worker 7*b7c941bbSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 8*b7c941bbSAndroid Build Coastguard Worker 9*b7c941bbSAndroid Build Coastguard WorkerUnless required by applicable law or agreed to in writing, software 10*b7c941bbSAndroid Build Coastguard Workerdistributed under the License is distributed on an "AS IS" BASIS, 11*b7c941bbSAndroid Build Coastguard WorkerWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*b7c941bbSAndroid Build Coastguard WorkerSee the License for the specific language governing permissions and 13*b7c941bbSAndroid Build Coastguard Workerlimitations under the License. 14*b7c941bbSAndroid Build Coastguard Worker 15*b7c941bbSAndroid Build Coastguard WorkerThis package is used to generate CtsDefaultNotesApp.apk that is used in CtsVerifier test. 16*b7c941bbSAndroid Build Coastguard WorkerTo install the apk file, run the following commands from your android checkout: 17*b7c941bbSAndroid Build Coastguard Workercd $ANDROID_BUILD_TOP && \ 18*b7c941bbSAndroid Build Coastguard Workermake -j32 CtsDefaultNotesApp && \ 19*b7c941bbSAndroid Build Coastguard Workeradb install -r -t $OUT/testcases/CtsDefaultNotesApp/arm64/CtsDefaultNotesApp.apk 20