2014-12-07 19:09:38 -05:00
|
|
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
2014-03-14 14:13:41 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=============================================================================
|
|
|
|
|
AndroidTargetPlatformPrivatePCH.h: Pre-compiled header file for the AndroidTargetPlatform module.
|
|
|
|
|
=============================================================================*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
/* Dependencies
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "Core.h"
|
|
|
|
|
#include "ModuleInterface.h"
|
|
|
|
|
#include "ModuleManager.h"
|
|
|
|
|
#include "Runtime/Core/Public/Android/AndroidProperties.h"
|
|
|
|
|
|
|
|
|
|
#if WITH_ENGINE
|
|
|
|
|
#include "Engine.h"
|
|
|
|
|
#include "TextureCompressorModule.h"
|
|
|
|
|
#endif
|
2014-04-23 19:17:03 -04:00
|
|
|
|
2014-03-14 14:13:41 -04:00
|
|
|
#include "TargetPlatform.h"
|
2014-06-05 12:13:44 -04:00
|
|
|
#include "TargetPlatformBase.h"
|
2014-04-23 16:36:54 -04:00
|
|
|
#include "AndroidDeviceDetection.h"
|
2014-03-14 14:13:41 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Private includes
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "AndroidTargetDevice.h"
|
|
|
|
|
#include "AndroidTargetPlatform.h"
|