Add an empty .so to CTS for testing multiArch upgrade Pre-built apk will be updated separately after this is merged Testing build command will be updated later Bug: 64504762 Test: all related cts and gts pass Test: pre-built passed on all arch, including x86_64 Test: gts-tradefed run commandAndExit gts-dev --module GtsPackageManagerHostTestCases Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.PrivilegedUpdateTests Change-Id: I5abfe06de0bd730b5cdc317df344b7567d50aff6
17 lines
637 B
C
17 lines
637 B
C
/*
|
|
* Copyright (C) 2017 The Android Open Source Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
#include <jni.h> |