summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeiyong Lin <lpy@google.com>2019-03-07 14:58:59 -0800
committerPeiyong Lin <lpy@google.com>2019-03-07 15:02:19 -0800
commit0a3c8443986459e0abd56bca4ab9b68e5fd5a7be (patch)
tree184b980cdf52dc3706e16bc103f47bda37f283e2
parentf479aab754223e68669fc27a09625403aadcf95a (diff)
downloadandroid_hardware_interfaces-0a3c8443986459e0abd56bca4ab9b68e5fd5a7be.tar.gz
android_hardware_interfaces-0a3c8443986459e0abd56bca4ab9b68e5fd5a7be.tar.bz2
android_hardware_interfaces-0a3c8443986459e0abd56bca4ab9b68e5fd5a7be.zip
Remove obsolete comments.
BUG: 127850729 Test: N/A Change-Id: I6d45f30c129749a95050d3c046fbfe91d0a75f3e
-rw-r--r--current.txt2
-rw-r--r--graphics/composer/2.3/IComposerClient.hal2
2 files changed, 1 insertions, 3 deletions
diff --git a/current.txt b/current.txt
index 8e790f824..b94f37ca2 100644
--- a/current.txt
+++ b/current.txt
@@ -479,7 +479,7 @@ b826892686850a9cf2b60ca5845db7185c2196ea4dd765cd80cd163169678a78 android.hardwar
01c6398c90fc6be0640810e2c5d8a4863b457280132bb3f97dd5682e19632b62 android.hardware.graphics.bufferqueue@2.0::types
7a2d64095252f85781b2d521f4f11d04ce774544feececcec2088c568656e93c android.hardware.graphics.common@1.2::types
3dff04a36b86660b5807414587e530bb0c294ed56fdff06f8915ba0a9b73f974 android.hardware.graphics.composer@2.3::IComposer
-ed0cf91532e88dff073cf7f45b9c65ee1c88553ebcb97892f7b7072abb9b822a android.hardware.graphics.composer@2.3::IComposerClient
+daa44e83d7709bf1c9e0bd9a6b552feff496fd14574a9461ee93c21980fc5b15 android.hardware.graphics.composer@2.3::IComposerClient
5c8bf8e1af9efe225a4661db8c08ff1b7e13fdc8ed49f35291bd0b6c9436b8f2 android.hardware.graphics.mapper@3.0::IMapper
7183d9d9acfa41a61a64bdfed548e98299265a7bb1821a3ed204173b5c2cfd4a android.hardware.graphics.mapper@3.0::types
c3f831a66d5815baf74f5b82fe79cf099542ddae4dfab3f388e1d41828e794fc android.hardware.health.storage@1.0::IGarbageCollectCallback
diff --git a/graphics/composer/2.3/IComposerClient.hal b/graphics/composer/2.3/IComposerClient.hal
index a3b7792c0..5fcc0e67d 100644
--- a/graphics/composer/2.3/IComposerClient.hal
+++ b/graphics/composer/2.3/IComposerClient.hal
@@ -28,7 +28,6 @@ import @2.1::Error;
interface IComposerClient extends @2.2::IComposerClient {
- // Bug: Move this enum to LLNDK after we decide where to put graphic types.
/**
* Required capabilities which are supported by the display. The
* particular set of supported capabilities for a given display may be
@@ -64,7 +63,6 @@ interface IComposerClient extends @2.2::IComposerClient {
DOZE = 2,
};
- //Bug: Move this enum to LLNDK after we decide where to put graphic types.
/**
* PerFrameMetadataKey
*