diff options
author | Steven Moreland <smoreland@google.com> | 2019-02-11 10:57:59 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-02-11 11:00:44 -0800 |
commit | 567b4cf7b54062947b5eabe6ecef7b70fbb7301b (patch) | |
tree | e7ffe81f03f43359763c39a8c5cf307ba7e96ba7 /tests/DexLoggerIntegrationTests/src/cpp/test_executable.cpp | |
parent | 4f7ea9f121ef0b81ab9688636cb8ef570f15559c (diff) | |
parent | 0932a16cdf085a16b2b6bf46d457745e317eb4ad (diff) |
Merge QP1A.190205.002
Change-Id: I8e29d3d840642579119f10af2f90dd536304070f
Diffstat (limited to 'tests/DexLoggerIntegrationTests/src/cpp/test_executable.cpp')
-rw-r--r-- | tests/DexLoggerIntegrationTests/src/cpp/test_executable.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/DexLoggerIntegrationTests/src/cpp/test_executable.cpp b/tests/DexLoggerIntegrationTests/src/cpp/test_executable.cpp new file mode 100644 index 000000000000..ad025e696dec --- /dev/null +++ b/tests/DexLoggerIntegrationTests/src/cpp/test_executable.cpp @@ -0,0 +1,20 @@ +/* + * Copyright 2019 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. + */ + +int main() { + // This program just has to run, it doesn't need to do anything. So we don't. + return 0; +} |